Struct Mdr
#[repr(transparent)]pub struct Mdr(pub u32);Expand description
MDMA channel x Mask Data register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mdr
impl Eq for Mdr
impl StructuralPartialEq for Mdr
Auto Trait Implementations§
impl Freeze for Mdr
impl RefUnwindSafe for Mdr
impl Send for Mdr
impl Sync for Mdr
impl Unpin for Mdr
impl UnwindSafe for Mdr
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