pub struct InactiveChangedEventHandler { /* private fields */ }
Expand description
Inactive/background state of the window changed
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InactiveChangedEventHandler
impl !RefUnwindSafe for InactiveChangedEventHandler
impl !Send for InactiveChangedEventHandler
impl !Sync for InactiveChangedEventHandler
impl Unpin for InactiveChangedEventHandler
impl !UnwindSafe for InactiveChangedEventHandler
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