pub struct Unsigned16;Expand description
Marker for unsigned 16-bit formats
Auto Trait Implementations§
impl Freeze for Unsigned16
impl RefUnwindSafe for Unsigned16
impl Send for Unsigned16
impl Sync for Unsigned16
impl Unpin for Unsigned16
impl UnsafeUnpin for Unsigned16
impl UnwindSafe for Unsigned16
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