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