Struct makepad_widgets::KeyFocusEvent
pub struct KeyFocusEvent {
pub prev: Area,
pub focus: Area,
}
Fields§
§prev: Area
§focus: Area
Trait Implementations§
§impl Clone for KeyFocusEvent
impl Clone for KeyFocusEvent
§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 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