#[repr(transparent)]pub struct DataDest(pub u32);Expand description
Data Destination
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for DataDest
impl Eq for DataDest
impl StructuralPartialEq for DataDest
Auto Trait Implementations§
impl Freeze for DataDest
impl RefUnwindSafe for DataDest
impl Send for DataDest
impl Sync for DataDest
impl Unpin for DataDest
impl UnwindSafe for DataDest
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