pub struct U16LE(/* private fields */);Expand description
Bytes for a u16, aligned to 1, little-endian.
Implementations§
Trait Implementations§
impl Copy for U16LE
impl Eq for U16LE
Source§impl Ord for U16LE
impl Ord for U16LE
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 U16LE
impl PartialOrd for U16LE
impl StructuralPartialEq for U16LE
Auto Trait Implementations§
impl Freeze for U16LE
impl RefUnwindSafe for U16LE
impl Send for U16LE
impl Sync for U16LE
impl Unpin for U16LE
impl UnsafeUnpin for U16LE
impl UnwindSafe for U16LE
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