Struct gimli::constants::DwIdx [−][src]
pub struct DwIdx(pub u16);
Name index attribute encodings.
See Section 7.19, Table 7.23.
Implementations
impl DwIdx
[src]
impl DwIdx
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwIdx> for DwIdx
[src]
impl PartialOrd<DwIdx> for DwIdx
[src]fn partial_cmp(&self, other: &DwIdx) -> 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