x11_dl::xlib

Type Alias 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

Source§

impl Clone for XFocusChangeEvent

Source§

fn clone(&self) -> XFocusChangeEvent

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for XFocusChangeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a> From<&'a XEvent> for XFocusChangeEvent

Source§

fn from(xevent: &'a XEvent) -> XFocusChangeEvent

Converts to this type from the input type.
Source§

impl From<XEvent> for XFocusChangeEvent

Source§

fn from(xevent: XEvent) -> XFocusChangeEvent

Converts to this type from the input type.
Source§

impl PartialEq for XFocusChangeEvent

Source§

fn eq(&self, other: &XFocusChangeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for XFocusChangeEvent

Source§

impl StructuralPartialEq for XFocusChangeEvent