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