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 more