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