Struct gimli::constants::DwLnct [−][src]
pub struct DwLnct(pub u16);
The encodings for the line number header entry formats.
See Section 7.22, Table 7.27.
Implementations
impl DwLnct
[src]
impl DwLnct
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwLnct> for DwLnct
[src]
impl PartialOrd<DwLnct> for DwLnct
[src]fn partial_cmp(&self, other: &DwLnct) -> 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