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