Struct gimli::constants::DwRle [−][src]
pub struct DwRle(pub u8);
Range list entry encoding values.
See Section 7.25, Table 7.30.
Implementations
impl DwRle
[src]
impl DwRle
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwRle> for DwRle
[src]
impl PartialOrd<DwRle> for DwRle
[src]fn partial_cmp(&self, other: &DwRle) -> 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