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) -> boolimpl Copy for DwAt
[src]
impl Eq for DwAt
[src]
impl StructuralEq for DwAt
[src]
impl StructuralPartialEq for DwAt
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwAt
impl Send for DwAt
impl Sync for DwAt
impl Unpin for DwAt
impl UnwindSafe for DwAt
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]