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