Struct gimli::constants::DwVis [−][src]
pub struct DwVis(pub u8);
The encodings of the constants used in the DW_AT_visibility
attribute.
See Section 7.10, Table 7.15.
Implementations
impl DwVis
[src]
impl DwVis
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwVis> for DwVis
[src]
impl PartialOrd<DwVis> for DwVis
[src]fn partial_cmp(&self, other: &DwVis) -> 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