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