pub enum EventLoopAction {
ContinueLoop,
QuitLoop,
}Variants§
Trait Implementations§
Source§impl PartialEq for EventLoopAction
impl PartialEq for EventLoopAction
Source§fn eq(&self, other: &EventLoopAction) -> bool
fn eq(&self, other: &EventLoopAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EventLoopAction
Auto Trait Implementations§
impl Freeze for EventLoopAction
impl RefUnwindSafe for EventLoopAction
impl Send for EventLoopAction
impl Sync for EventLoopAction
impl Unpin for EventLoopAction
impl UnsafeUnpin for EventLoopAction
impl UnwindSafe for EventLoopAction
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