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