pub struct FutureChannels(pub Channel<Ch0, UninitializedFuture>, pub Channel<Ch1, UninitializedFuture>, pub Channel<Ch2, UninitializedFuture>);Expand description
Struct generating individual handles to each DMA channel for async operation
Tuple Fields§
§0: Channel<Ch0, UninitializedFuture>§1: Channel<Ch1, UninitializedFuture>§2: Channel<Ch2, UninitializedFuture>Auto Trait Implementations§
impl Freeze for FutureChannels
impl !RefUnwindSafe for FutureChannels
impl Send for FutureChannels
impl !Sync for FutureChannels
impl Unpin for FutureChannels
impl UnwindSafe for FutureChannels
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