pub enum ExitRequestedEventAction {
Prevent,
}
Expand description
Action to take when the event loop is about to exit
Variants§
Prevent
Prevent the event loop from exiting
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExitRequestedEventAction
impl RefUnwindSafe for ExitRequestedEventAction
impl Send for ExitRequestedEventAction
impl Sync for ExitRequestedEventAction
impl Unpin for ExitRequestedEventAction
impl UnwindSafe for ExitRequestedEventAction
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