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 moreAuto 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> ActionTrait for T
impl<T> ActionTrait for T
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