pub struct UInt16(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UInt16
impl RefUnwindSafe for UInt16
impl Send for UInt16
impl Sync for UInt16
impl Unpin for UInt16
impl UnwindSafe for UInt16
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