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: u8
Implementations§
Trait Implementations§
source§impl Ord for DwId
impl Ord for DwId
source§impl PartialEq<DwId> for DwId
impl PartialEq<DwId> 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 moreimpl Copy for DwId
impl Eq for DwId
impl StructuralEq for DwId
impl StructuralPartialEq for DwId
Auto Trait Implementations§
impl RefUnwindSafe for DwId
impl Send for DwId
impl Sync for DwId
impl Unpin for DwId
impl UnwindSafe for DwId
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