Struct x11_dl::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 AsMut<XKeymapEvent> for XEvent[src]
impl AsMut<XKeymapEvent> for XEventfn as_mut(&mut self) -> &mut XKeymapEvent[src]
fn as_mut(&mut self) -> &mut XKeymapEventPerforms the conversion.
impl AsRef<XKeymapEvent> for XEvent[src]
impl AsRef<XKeymapEvent> for XEventfn as_ref(&self) -> &XKeymapEvent[src]
fn as_ref(&self) -> &XKeymapEventPerforms the conversion.
impl From<XKeymapEvent> for XEvent[src]
impl From<XKeymapEvent> for XEventfn from(other: XKeymapEvent) -> XEvent[src]
fn from(other: XKeymapEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XKeymapEvent> for XEvent[src]
impl<'a> From<&'a XKeymapEvent> for XEventfn from(other: &'a XKeymapEvent) -> XEvent[src]
fn from(other: &'a XKeymapEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XKeymapEvent[src]
impl From<XEvent> for XKeymapEventfn from(xevent: XEvent) -> XKeymapEvent[src]
fn from(xevent: XEvent) -> XKeymapEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XKeymapEvent[src]
impl<'a> From<&'a XEvent> for XKeymapEventfn from(xevent: &'a XEvent) -> XKeymapEvent[src]
fn from(xevent: &'a XEvent) -> XKeymapEventPerforms the conversion.
impl Debug for XKeymapEvent[src]
impl Debug for XKeymapEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XKeymapEvent[src]
impl Clone for XKeymapEventfn clone(&self) -> XKeymapEvent[src]
fn clone(&self) -> XKeymapEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XKeymapEvent[src]
impl Copy for XKeymapEventimpl PartialEq for XKeymapEvent[src]
impl PartialEq for XKeymapEventfn eq(&self, other: &XKeymapEvent) -> bool[src]
fn eq(&self, other: &XKeymapEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XKeymapEvent) -> bool[src]
fn ne(&self, other: &XKeymapEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XKeymapEvent
impl !Send for XKeymapEventimpl !Sync for XKeymapEvent
impl !Sync for XKeymapEvent