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