pub struct WindowFocusGainedEvent {
pub window_id: WindowId,
}Expand description
A window gained input focus.
Fields§
§window_id: WindowIdThe ID of the window.
Trait Implementations§
Source§impl Clone for WindowFocusGainedEvent
impl Clone for WindowFocusGainedEvent
Source§fn clone(&self) -> WindowFocusGainedEvent
fn clone(&self) -> WindowFocusGainedEvent
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 moreSource§impl Debug for WindowFocusGainedEvent
impl Debug for WindowFocusGainedEvent
Source§impl From<WindowFocusGainedEvent> for WindowEvent
impl From<WindowFocusGainedEvent> for WindowEvent
Source§fn from(other: WindowFocusGainedEvent) -> Self
fn from(other: WindowFocusGainedEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WindowFocusGainedEvent
impl RefUnwindSafe for WindowFocusGainedEvent
impl Send for WindowFocusGainedEvent
impl Sync for WindowFocusGainedEvent
impl Unpin for WindowFocusGainedEvent
impl UnwindSafe for WindowFocusGainedEvent
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