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