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 RefUnwindSafe for ExitRequestedEventAction
impl Send for ExitRequestedEventAction
impl Sync for ExitRequestedEventAction
impl Unpin for ExitRequestedEventAction
impl UnwindSafe for ExitRequestedEventAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more