pub struct U16BE { /* private fields */ }
Expand description
u16be
, but we can’t use that directly in a Vec
:(
Trait Implementations§
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