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