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