pub struct Read<'a, S, E>{ /* private fields */ }Expand description
A DMA transfer that receives data from hardware
The future resolves when the peripheral has provided all
expected data. Use read() to construct
this future.
Trait Implementations§
Auto Trait Implementations§
impl<'a, S, E> Freeze for Read<'a, S, E>
impl<'a, S, E> !RefUnwindSafe for Read<'a, S, E>
impl<'a, S, E> !Send for Read<'a, S, E>
impl<'a, S, E> !Sync for Read<'a, S, E>
impl<'a, S, E> !Unpin for Read<'a, S, E>
impl<'a, S, E> !UnwindSafe for Read<'a, S, E>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more