[−][src]Struct drone_cortex_m::proc_loop::Fiber
A wrapper for fib::FiberProc
that runs the command loop T
.
Methods
impl<Sv, T> Fiber<Sv, T> where
Sv: SvCall<SwitchBackService>,
Sv: SvCall<SwitchContextService>,
T: ProcLoop<Context = Yielder<Sv, T>>,
[src][−]
Sv: SvCall<SwitchBackService>,
Sv: SvCall<SwitchContextService>,
T: ProcLoop<Context = Yielder<Sv, T>>,
Trait Implementations
impl<Sv, T> Drop for Fiber<Sv, T> where
Sv: SvCall<SwitchBackService>,
Sv: SvCall<SwitchContextService>,
T: ProcLoop<Context = Yielder<Sv, T>>,
[src][+]
Sv: SvCall<SwitchBackService>,
Sv: SvCall<SwitchContextService>,
T: ProcLoop<Context = Yielder<Sv, T>>,
impl<Sv, T> Fiber for Fiber<Sv, T> where
Sv: SvCall<SwitchBackService>,
Sv: SvCall<SwitchContextService>,
T: ProcLoop<Context = Yielder<Sv, T>>,
[src][+]
Sv: SvCall<SwitchBackService>,
Sv: SvCall<SwitchContextService>,
T: ProcLoop<Context = Yielder<Sv, T>>,
Auto Trait Implementations
impl<Sv, T> Unpin for Fiber<Sv, T> where
Sv: Switch<Data<In<<T as ProcLoop>::Cmd, <T as ProcLoop>::ReqRes>, FiberState<Out<<T as ProcLoop>::Req, <T as ProcLoop>::CmdRes>, !>>>,
<T as ProcLoop>::Cmd: Send,
<T as ProcLoop>::CmdRes: Send,
<T as ProcLoop>::Req: Send,
<T as ProcLoop>::ReqRes: Send,
Sv: Switch<Data<In<<T as ProcLoop>::Cmd, <T as ProcLoop>::ReqRes>, FiberState<Out<<T as ProcLoop>::Req, <T as ProcLoop>::CmdRes>, !>>>,
<T as ProcLoop>::Cmd: Send,
<T as ProcLoop>::CmdRes: Send,
<T as ProcLoop>::Req: Send,
<T as ProcLoop>::ReqRes: Send,
impl<Sv, T> Send for Fiber<Sv, T> where
Sv: Switch<Data<In<<T as ProcLoop>::Cmd, <T as ProcLoop>::ReqRes>, FiberState<Out<<T as ProcLoop>::Req, <T as ProcLoop>::CmdRes>, !>>>,
<T as ProcLoop>::Cmd: Send,
<T as ProcLoop>::CmdRes: Send,
<T as ProcLoop>::Req: Send,
<T as ProcLoop>::ReqRes: Send,
Sv: Switch<Data<In<<T as ProcLoop>::Cmd, <T as ProcLoop>::ReqRes>, FiberState<Out<<T as ProcLoop>::Req, <T as ProcLoop>::CmdRes>, !>>>,
<T as ProcLoop>::Cmd: Send,
<T as ProcLoop>::CmdRes: Send,
<T as ProcLoop>::Req: Send,
<T as ProcLoop>::ReqRes: Send,
impl<Sv, T> !Sync for Fiber<Sv, T>
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,