pub struct FocusChangedEvent { /* private fields */ }Expand description
Implementations§
Source§impl FocusChangedEvent
impl FocusChangedEvent
pub fn is_focused(&self) -> bool
Trait Implementations§
Source§impl Clone for FocusChangedEvent
impl Clone for FocusChangedEvent
Source§fn clone(&self) -> FocusChangedEvent
fn clone(&self) -> FocusChangedEvent
Returns a duplicate 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 FocusChangedEvent
impl RefUnwindSafe for FocusChangedEvent
impl Send for FocusChangedEvent
impl Sync for FocusChangedEvent
impl Unpin for FocusChangedEvent
impl UnwindSafe for FocusChangedEvent
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