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