pub struct TimerInstance<F>where
F: FsmBackend,{
pub id: <F as FsmBackend>::Timers,
pub settings: TimerFsmSettings,
}Fields§
§id: <F as FsmBackend>::Timers§settings: TimerFsmSettingsAuto Trait Implementations§
impl<F> Freeze for TimerInstance<F>
impl<F> RefUnwindSafe for TimerInstance<F>
impl<F> Send for TimerInstance<F>
impl<F> Sync for TimerInstance<F>
impl<F> Unpin for TimerInstance<F>
impl<F> UnwindSafe for TimerInstance<F>
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