Struct gimli::constants::DwAccess [−][src]
pub struct DwAccess(pub u8);
The encodings of the constants used in the DW_AT_accessibility
attribute.
See Section 7.9, Table 7.14.
Implementations
impl DwAccess
[src]
impl DwAccess
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwAccess> for DwAccess
[src]
impl PartialOrd<DwAccess> for DwAccess
[src]fn partial_cmp(&self, other: &DwAccess) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool