pub struct DMAC1 { /* private fields */ }Expand description
DMAC0 peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for DMAC1
impl Freeze for DMAC1
impl RefUnwindSafe for DMAC1
impl Unpin for DMAC1
impl UnsafeUnpin for DMAC1
impl UnwindSafe for DMAC1
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