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