pub struct DataU16;Trait Implementations§
impl Copy for DataU16
Auto Trait Implementations§
impl Freeze for DataU16
impl RefUnwindSafe for DataU16
impl Send for DataU16
impl Sync for DataU16
impl Unpin for DataU16
impl UnwindSafe for DataU16
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