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