pub struct NumU16LE { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumU16LE
impl RefUnwindSafe for NumU16LE
impl Send for NumU16LE
impl Sync for NumU16LE
impl Unpin for NumU16LE
impl UnwindSafe for NumU16LE
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