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