Struct rs::event_loop::State
source · [−]Expand description
This keeps the state of the tracker loop between iterations
Fields
state: S
scheduled_wakeup: Option<Instant>
last_update: Instant
Implementations
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for State<S> where
S: RefUnwindSafe,
impl<S> Send for State<S> where
S: Send,
impl<S> Sync for State<S> where
S: Sync,
impl<S> Unpin for State<S> where
S: Unpin,
impl<S> UnwindSafe for State<S> where
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more