pub struct DwLnct(pub u16);
Expand description
The encodings for the line number header entry formats.
See Section 7.22, Table 7.27.
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
source§impl Ord for DwLnct
impl Ord for DwLnct
source§impl PartialEq for DwLnct
impl PartialEq for DwLnct
source§impl PartialOrd for DwLnct
impl PartialOrd for DwLnct
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 DwLnct
impl Eq for DwLnct
impl StructuralEq for DwLnct
impl StructuralPartialEq for DwLnct
Auto Trait Implementations§
impl RefUnwindSafe for DwLnct
impl Send for DwLnct
impl Sync for DwLnct
impl Unpin for DwLnct
impl UnwindSafe for DwLnct
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