pub struct DMA<I> {
pub handle: Handle<I, Disabled>,
pub streams: Streams<I>,
}Expand description
Entry point to the DMA API
Fields§
§handle: Handle<I, Disabled>Handle to the DMA instance
streams: Streams<I>The streams associated with this DMA instance
Implementations§
Auto Trait Implementations§
impl<I> Freeze for DMA<I>where
I: Freeze,
impl<I> RefUnwindSafe for DMA<I>where
I: RefUnwindSafe,
impl<I> Send for DMA<I>where
I: Send,
impl<I> Sync for DMA<I>where
I: Sync,
impl<I> Unpin for DMA<I>where
I: Unpin,
impl<I> UnwindSafe for DMA<I>where
I: UnwindSafe,
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