pub struct DwLne(pub u8);Expand description
The encodings for the extended opcodes for line number information.
See Section 7.22, Table 7.26.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Ord for DwLne
impl Ord for DwLne
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DwLne
impl PartialOrd for DwLne
impl Copy for DwLne
impl Eq for DwLne
impl StructuralPartialEq for DwLne
Auto Trait Implementations§
impl Freeze for DwLne
impl RefUnwindSafe for DwLne
impl Send for DwLne
impl Sync for DwLne
impl Unpin for DwLne
impl UnsafeUnpin for DwLne
impl UnwindSafe for DwLne
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