Enum bracket_state_machine::state::RunControl
source · [−]pub enum RunControl {
Quit,
Update,
WaitForEvent,
}Expand description
Return value for update callback sent into [run] that controls the main event loop.
Variants
Quit
Update
WaitForEvent
Auto Trait Implementations
impl RefUnwindSafe for RunControl
impl Send for RunControl
impl Sync for RunControl
impl Unpin for RunControl
impl UnwindSafe for RunControl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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