pub struct DispatchContext<'a, 'b, 'c, F, Q, I, T> where
    F: FsmBackend,
    Q: FsmEventQueue<F>,
    I: Inspect,
    T: FsmTimers<F>, 
{ pub queue: &'a mut Q, pub inspect: &'b mut I, pub backend: &'c mut FsmBackendImpl<F>, pub timers: &'a mut T, }

Fields

queue: &'a mut Qinspect: &'b mut Ibackend: &'c mut FsmBackendImpl<F>timers: &'a mut T

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.