pub enum UpdateFlags {
Tick,
Wait,
Yield,
Exit,
}Expand description
Possible triggers of an update_current action.
Variants§
Trait Implementations§
Source§impl Clone for UpdateFlags
impl Clone for UpdateFlags
Source§fn clone(&self) -> UpdateFlags
fn clone(&self) -> UpdateFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for UpdateFlags
impl PartialEq for UpdateFlags
impl Copy for UpdateFlags
impl StructuralPartialEq for UpdateFlags
Auto Trait Implementations§
impl Freeze for UpdateFlags
impl RefUnwindSafe for UpdateFlags
impl Send for UpdateFlags
impl Sync for UpdateFlags
impl Unpin for UpdateFlags
impl UnwindSafe for UpdateFlags
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