Struct gimli::constants::DwLns [−][src]
pub struct DwLns(pub u8);
The encodings for the standard opcodes for line number information.
See Section 7.22, Table 7.25.
Implementations
impl DwLns
[src]
impl DwLns
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwLns> for DwLns
[src]
impl PartialOrd<DwLns> for DwLns
[src]fn partial_cmp(&self, other: &DwLns) -> 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