pub struct DwId(pub u8);Expand description
The encodings of the constants used in the DW_AT_identifier_case attribute.
See Section 7.14, Table 7.18.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl Ord for DwId
impl Ord for DwId
source§impl PartialOrd<DwId> for DwId
impl PartialOrd<DwId> for DwId
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