pub struct DwAt(pub u16);
Expand description
The attribute encodings for DIE attributes.
See Section 7.5.4, Table 7.5.
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
source§impl Ord for DwAt
impl Ord for DwAt
source§impl PartialEq<DwAt> for DwAt
impl PartialEq<DwAt> for DwAt
source§impl PartialOrd<DwAt> for DwAt
impl PartialOrd<DwAt> for DwAt
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 DwAt
impl Eq for DwAt
impl StructuralEq for DwAt
impl StructuralPartialEq for DwAt
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§
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