pub struct DwIdx(pub u16);
Expand description
Name index attribute encodings.
See Section 7.19, Table 7.23.
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
source§impl Ord for DwIdx
impl Ord for DwIdx
source§impl PartialEq<DwIdx> for DwIdx
impl PartialEq<DwIdx> for DwIdx
source§impl PartialOrd<DwIdx> for DwIdx
impl PartialOrd<DwIdx> for DwIdx
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 DwIdx
impl Eq for DwIdx
impl StructuralEq for DwIdx
impl StructuralPartialEq for DwIdx
Auto Trait Implementations§
impl RefUnwindSafe for DwIdx
impl Send for DwIdx
impl Sync for DwIdx
impl Unpin for DwIdx
impl UnwindSafe for DwIdx
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