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