Struct zaplib::KeyFocusEvent
source · [−]pub struct KeyFocusEvent { /* private fields */ }
Expand description
See Event::KeyFocus
and Event::KeyFocusLost
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for KeyFocusEvent
impl Send for KeyFocusEvent
impl Sync for KeyFocusEvent
impl Unpin for KeyFocusEvent
impl UnwindSafe for KeyFocusEvent
Blanket Implementations
Mutably borrows from an owned value. Read more