pub struct MDMA { /* private fields */ }Expand description
MDMA peripheral
Implementations§
Trait Implementations§
impl Copy for MDMA
impl PeripheralType for MDMA
impl RccPeripheral for MDMA
Auto Trait Implementations§
impl Freeze for MDMA
impl RefUnwindSafe for MDMA
impl Send for MDMA
impl Sync for MDMA
impl Unpin for MDMA
impl UnwindSafe for MDMA
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