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