pub struct StreamsTuple<DMA>(pub StreamX<DMA, 0>, pub StreamX<DMA, 1>, pub StreamX<DMA, 2>, pub StreamX<DMA, 3>, pub StreamX<DMA, 4>, pub StreamX<DMA, 5>, pub StreamX<DMA, 6>, pub StreamX<DMA, 7>);
Expand description
Alias for a tuple with all DMA streams.
Tuple Fields§
§0: StreamX<DMA, 0>
§1: StreamX<DMA, 1>
§2: StreamX<DMA, 2>
§3: StreamX<DMA, 3>
§4: StreamX<DMA, 4>
§5: StreamX<DMA, 5>
§6: StreamX<DMA, 6>
§7: StreamX<DMA, 7>
Implementations§
Auto Trait Implementations§
impl<DMA> Freeze for StreamsTuple<DMA>
impl<DMA> RefUnwindSafe for StreamsTuple<DMA>where
DMA: RefUnwindSafe,
impl<DMA> Send for StreamsTuple<DMA>where
DMA: Send,
impl<DMA> Sync for StreamsTuple<DMA>where
DMA: Sync,
impl<DMA> Unpin for StreamsTuple<DMA>where
DMA: Unpin,
impl<DMA> UnwindSafe for StreamsTuple<DMA>where
DMA: 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