pub enum EventLoopSubevent {
BeforeSleep,
AfterSleep,
}Variants§
Trait Implementations§
Source§impl Clone for EventLoopSubevent
impl Clone for EventLoopSubevent
Source§fn clone(&self) -> EventLoopSubevent
fn clone(&self) -> EventLoopSubevent
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 Debug for EventLoopSubevent
impl Debug for EventLoopSubevent
Source§impl Ord for EventLoopSubevent
impl Ord for EventLoopSubevent
Source§fn cmp(&self, other: &EventLoopSubevent) -> Ordering
fn cmp(&self, other: &EventLoopSubevent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventLoopSubevent
impl PartialEq for EventLoopSubevent
Source§impl PartialOrd for EventLoopSubevent
impl PartialOrd for EventLoopSubevent
impl Copy for EventLoopSubevent
impl Eq for EventLoopSubevent
impl StructuralPartialEq for EventLoopSubevent
Auto Trait Implementations§
impl Freeze for EventLoopSubevent
impl RefUnwindSafe for EventLoopSubevent
impl Send for EventLoopSubevent
impl Sync for EventLoopSubevent
impl Unpin for EventLoopSubevent
impl UnsafeUnpin for EventLoopSubevent
impl UnwindSafe for EventLoopSubevent
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