pub struct Dma1 { /* private fields */ }Expand description
DMA MP
Implementations§
Trait Implementations§
impl Copy for Dma1
impl Eq for Dma1
impl Send for Dma1
impl StructuralPartialEq for Dma1
impl Sync for Dma1
Auto Trait Implementations§
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