pub struct KeyFocusEvent {
pub prev: Area,
pub focus: Area,
}
Fields§
§prev: Area
§focus: Area
Trait Implementations§
Source§impl Clone for KeyFocusEvent
impl Clone for KeyFocusEvent
Source§fn clone(&self) -> KeyFocusEvent
fn clone(&self) -> KeyFocusEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeyFocusEvent
impl Debug for KeyFocusEvent
Source§impl PartialEq for KeyFocusEvent
impl PartialEq for KeyFocusEvent
impl StructuralPartialEq for KeyFocusEvent
Auto Trait Implementations§
impl Freeze for KeyFocusEvent
impl RefUnwindSafe for KeyFocusEvent
impl Send for KeyFocusEvent
impl Sync for KeyFocusEvent
impl Unpin for KeyFocusEvent
impl UnwindSafe for KeyFocusEvent
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