pub enum EicFuture {}
Expand description
Marker type that represents an EXTINT channel capable of doing async operations.
Auto Trait Implementations§
impl Freeze for EicFuture
impl RefUnwindSafe for EicFuture
impl Send for EicFuture
impl Sync for EicFuture
impl Unpin for EicFuture
impl UnwindSafe for EicFuture
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