pub struct DwTag(pub u16);Expand description
The tag encodings for DIE attributes.
See Section 7.5.3, Table 7.3.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
source§impl Ord for DwTag
impl Ord for DwTag
source§impl PartialEq<DwTag> for DwTag
impl PartialEq<DwTag> for DwTag
source§impl PartialOrd<DwTag> for DwTag
impl PartialOrd<DwTag> for DwTag
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DwTag
impl Eq for DwTag
impl StructuralEq for DwTag
impl StructuralPartialEq for DwTag
Auto Trait Implementations§
impl RefUnwindSafe for DwTag
impl Send for DwTag
impl Sync for DwTag
impl Unpin for DwTag
impl UnwindSafe for DwTag
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.