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