Struct x11_dl::xlib::XMappingEvent [−][src]
#[repr(C)]pub struct XMappingEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub event: Window,
pub request: c_int,
pub first_keycode: c_int,
pub count: c_int,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
event: Window
request: c_int
first_keycode: c_int
count: 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 XMappingEvent
impl !Send for XMappingEvent
impl !Sync for XMappingEvent
impl Unpin for XMappingEvent
impl UnwindSafe for XMappingEvent
Blanket Implementations
Mutably borrows from an owned value. Read more