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 |