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