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