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