Struct x11::xlib::XKeymapEvent
[−]
[src]
#[repr(C)]pub struct XKeymapEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub key_vector: [c_char; 32], }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
key_vector: [c_char; 32]
Trait Implementations
impl From<XEvent> for XKeymapEvent
[src]
fn from(xevent: XEvent) -> XKeymapEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XKeymapEvent
[src]
fn from(xevent: &'a XEvent) -> XKeymapEvent
Performs the conversion.
impl Clone for XKeymapEvent
[src]
fn clone(&self) -> XKeymapEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for XKeymapEvent
[src]
impl PartialEq for XKeymapEvent
[src]
fn eq(&self, __arg_0: &XKeymapEvent) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XKeymapEvent) -> bool
This method tests for !=
.