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