Type Alias XFocusInEvent
pub type XFocusInEvent = XFocusChangeEvent;
Available on crate feature
dep_sdl2
only.Aliased Type§
struct XFocusInEvent {
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub window: u64,
pub mode: i32,
pub detail: i32,
}
Fields§
§type_: i32
§serial: u64
§send_event: i32
§display: *mut _XDisplay
§window: u64
§mode: i32
§detail: i32
Trait Implementations
§impl Clone for XFocusChangeEvent
impl Clone for XFocusChangeEvent
§fn clone(&self) -> XFocusChangeEvent
fn clone(&self) -> XFocusChangeEvent
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 more