pub struct ClosingEventHandler { /* private fields */ }
Expand description
Window is about to close (should free resources/save state/etc here)
Implementations§
Trait Implementations§
Source§impl Default for ClosingEventHandler
impl Default for ClosingEventHandler
Auto Trait Implementations§
impl Freeze for ClosingEventHandler
impl !RefUnwindSafe for ClosingEventHandler
impl !Send for ClosingEventHandler
impl !Sync for ClosingEventHandler
impl Unpin for ClosingEventHandler
impl !UnwindSafe for ClosingEventHandler
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