pub struct DMAC5 { /* private fields */ }Expand description
Direct memory access controller 5
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMAC5
impl RefUnwindSafe for DMAC5
impl !Sync for DMAC5
impl Unpin for DMAC5
impl UnwindSafe for DMAC5
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