Type Alias x11_dl::xlib::XFocusOutEvent
source · pub type XFocusOutEvent = XFocusChangeEvent;
Aliased Type§
struct XFocusOutEvent {
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 StructuralPartialEq for XFocusChangeEvent
source§impl From<XEvent> for XFocusChangeEvent
impl From<XEvent> for XFocusChangeEvent
source§fn from(xevent: XEvent) -> XFocusChangeEvent
fn from(xevent: XEvent) -> XFocusChangeEvent
Converts to this type from the input type.
impl Copy for XFocusChangeEvent
source§impl PartialEq for XFocusChangeEvent
impl PartialEq for XFocusChangeEvent
source§fn eq(&self, other: &XFocusChangeEvent) -> bool
fn eq(&self, other: &XFocusChangeEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Debug for XFocusChangeEvent
impl Debug for XFocusChangeEvent
source§impl Clone for XFocusChangeEvent
impl Clone for XFocusChangeEvent
source§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 moresource§impl<'a> From<&'a XEvent> for XFocusChangeEvent
impl<'a> From<&'a XEvent> for XFocusChangeEvent
source§fn from(xevent: &'a XEvent) -> XFocusChangeEvent
fn from(xevent: &'a XEvent) -> XFocusChangeEvent
Converts to this type from the input type.