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