pub struct StateChangedEventHandler { /* private fields */ }
Expand description
State of the window changed (e.g. minimised, fullscreen)
Implementations§
Trait Implementations§
Source§impl Default for StateChangedEventHandler
impl Default for StateChangedEventHandler
Auto Trait Implementations§
impl Freeze for StateChangedEventHandler
impl !RefUnwindSafe for StateChangedEventHandler
impl !Send for StateChangedEventHandler
impl !Sync for StateChangedEventHandler
impl Unpin for StateChangedEventHandler
impl !UnwindSafe for StateChangedEventHandler
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