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