pub struct DwAte(pub u8);Expand description
The encodings of the constants used in the DW_AT_encoding attribute.
See Section 7.8, Table 7.11.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Ord for DwAte
impl Ord for DwAte
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DwAte
impl PartialOrd for DwAte
impl Copy for DwAte
impl Eq for DwAte
impl StructuralPartialEq for DwAte
Auto Trait Implementations§
impl Freeze for DwAte
impl RefUnwindSafe for DwAte
impl Send for DwAte
impl Sync for DwAte
impl Unpin for DwAte
impl UnsafeUnpin for DwAte
impl UnwindSafe for DwAte
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