pub struct DwInl(pub u8);
Expand description
The encodings of the constants used in the DW_AT_inline
attribute.
See Section 7.16, Table 7.20.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for DwInl
impl Ord for DwInl
source§impl PartialEq<DwInl> for DwInl
impl PartialEq<DwInl> for DwInl
source§impl PartialOrd<DwInl> for DwInl
impl PartialOrd<DwInl> for DwInl
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 DwInl
impl Eq for DwInl
impl StructuralEq for DwInl
impl StructuralPartialEq for DwInl
Auto Trait Implementations§
impl RefUnwindSafe for DwInl
impl Send for DwInl
impl Sync for DwInl
impl Unpin for DwInl
impl UnwindSafe for DwInl
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