pub struct FlashYield { /* private fields */ }Expand description
Inert mirror of the engine-backed yield future. Never produced by the inert
yield_now (off the sim path the real arm is always taken); present so
the surface matches the flash control surface 1:1.
Trait Implementations§
Source§impl Future for FlashYield
impl Future for FlashYield
Auto Trait Implementations§
impl Freeze for FlashYield
impl RefUnwindSafe for FlashYield
impl Send for FlashYield
impl Sync for FlashYield
impl Unpin for FlashYield
impl UnsafeUnpin for FlashYield
impl UnwindSafe for FlashYield
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more