Struct x11_dl::xlib::XMappingEvent [] [src]

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_
serial
send_event
display
event
request
first_keycode
count

Trait Implementations

impl From<XEvent> for XMappingEvent

fn from(xevent: XEvent) -> XMappingEvent

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

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

Derived Implementations

impl PartialEq for XMappingEvent

fn eq(&self, __arg_0: &XMappingEvent) -> bool

fn ne(&self, __arg_0: &XMappingEvent) -> bool

impl Copy for XMappingEvent

impl Clone for XMappingEvent

fn clone(&self) -> XMappingEvent

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