Struct x11::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(e: 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

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