pub struct I16<BO>(/* private fields */);
Expand description
View of an i16
value.
Implementations§
Trait Implementations§
Source§impl<BO: Copy> View for I16<BO>
impl<BO: Copy> View for I16<BO>
impl<BO: Copy> Copy for I16<BO>
impl<BO: Eq> Eq for I16<BO>
impl<BO> StructuralPartialEq for I16<BO>
Auto Trait Implementations§
impl<BO> Freeze for I16<BO>
impl<BO> RefUnwindSafe for I16<BO>where
BO: RefUnwindSafe,
impl<BO> Send for I16<BO>where
BO: Send,
impl<BO> Sync for I16<BO>where
BO: Sync,
impl<BO> Unpin for I16<BO>where
BO: Unpin,
impl<BO> UnwindSafe for I16<BO>where
BO: UnwindSafe,
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