Struct x11_dl::xlib::XFocusChangeEvent [−][src]
#[repr(C)]pub struct XFocusChangeEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub mode: c_int,
pub detail: c_int,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
mode: c_int
detail: c_int
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XFocusChangeEvent
impl !Send for XFocusChangeEvent
impl !Sync for XFocusChangeEvent
impl Unpin for XFocusChangeEvent
impl UnwindSafe for XFocusChangeEvent
Blanket Implementations
Mutably borrows from an owned value. Read more