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 for DwTag
 
impl PartialEq for DwTag
source§impl PartialOrd for DwTag
 
impl PartialOrd 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<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more