pub struct Handle<I, State> { /* private fields */ }Expand description
Handle to the DMA instance
Controls access to the DMA registers and makes sure that access from multiple streams can not conflict.
Implementations§
Auto Trait Implementations§
impl<I, State> Freeze for Handle<I, State>
impl<I, State> RefUnwindSafe for Handle<I, State>where
I: RefUnwindSafe,
State: RefUnwindSafe,
impl<I, State> Send for Handle<I, State>
impl<I, State> Sync for Handle<I, State>
impl<I, State> Unpin for Handle<I, State>
impl<I, State> UnwindSafe for Handle<I, State>where
I: UnwindSafe,
State: 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