[][src]Struct drone_cortex_m::proc_loop::Yielder

pub struct Yielder<Sv, T>(_)
where
    Sv: SvCall<SwitchBackService>,
    Sv: SvCall<SwitchContextService>,
    T: ProcLoop<Context = Self>
;

Yielder for Fiber's fib::FiberProc.

Trait Implementations

impl<Sv, T> Copy for Yielder<Sv, T> where
    Sv: SvCall<SwitchBackService>,
    Sv: SvCall<SwitchContextService>,
    T: ProcLoop<Context = Self>, 
[src]

impl<Sv, T> Clone for Yielder<Sv, T> where
    Sv: SvCall<SwitchBackService>,
    Sv: SvCall<SwitchContextService>,
    T: ProcLoop<Context = Self>, 
[src]

impl<Sv, T> Context<<T as ProcLoop>::Req, <T as ProcLoop>::ReqRes> for Yielder<Sv, T> where
    Sv: SvCall<SwitchBackService>,
    Sv: SvCall<SwitchContextService>,
    T: ProcLoop<Context = Self>, 
[src]

Auto Trait Implementations

impl<Sv, T> Unpin for Yielder<Sv, T>

impl<Sv, T> !Send for Yielder<Sv, T>

impl<Sv, T> !Sync for Yielder<Sv, T>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.