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