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