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