pub struct FutureChannels(pub Channel<Ch0, EicFuture>, pub Channel<Ch1, EicFuture>, pub Channel<Ch2, EicFuture>, pub Channel<Ch3, EicFuture>, pub Channel<Ch4, EicFuture>, pub Channel<Ch5, EicFuture>, pub Channel<Ch6, EicFuture>, pub Channel<Ch7, EicFuture>, pub Channel<Ch8, EicFuture>, pub Channel<Ch9, EicFuture>, pub Channel<Ch10, EicFuture>, pub Channel<Ch11, EicFuture>, pub Channel<Ch12, EicFuture>, pub Channel<Ch13, EicFuture>, pub Channel<Ch14, EicFuture>, pub Channel<Ch15, EicFuture>);Expand description
Struct generating individual handles to each EXTINT channel for async operation
Tuple Fields§
§0: Channel<Ch0, EicFuture>§1: Channel<Ch1, EicFuture>§2: Channel<Ch2, EicFuture>§3: Channel<Ch3, EicFuture>§4: Channel<Ch4, EicFuture>§5: Channel<Ch5, EicFuture>§6: Channel<Ch6, EicFuture>§7: Channel<Ch7, EicFuture>§8: Channel<Ch8, EicFuture>§9: Channel<Ch9, EicFuture>§10: Channel<Ch10, EicFuture>§11: Channel<Ch11, EicFuture>§12: Channel<Ch12, EicFuture>§13: Channel<Ch13, EicFuture>§14: Channel<Ch14, EicFuture>§15: Channel<Ch15, EicFuture>Auto Trait Implementations§
impl Freeze for FutureChannels
impl RefUnwindSafe for FutureChannels
impl Send for FutureChannels
impl !Sync for FutureChannels
impl Unpin for FutureChannels
impl UnsafeUnpin 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