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