Struct gimli::constants::DwLne [−][src]
pub struct DwLne(pub u8);
The encodings for the extended opcodes for line number information.
See Section 7.22, Table 7.26.
Implementations
impl DwLne
[src]
impl DwLne
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwLne> for DwLne
[src]
impl PartialOrd<DwLne> for DwLne
[src]fn partial_cmp(&self, other: &DwLne) -> 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) -> boolimpl Copy for DwLne
[src]
impl Eq for DwLne
[src]
impl StructuralEq for DwLne
[src]
impl StructuralPartialEq for DwLne
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwLne
impl Send for DwLne
impl Sync for DwLne
impl Unpin for DwLne
impl UnwindSafe for DwLne
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]