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