Struct x11_dl::xlib::_XkbMapNotifyEvent [] [src]

pub struct _XkbMapNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub time: Time,
    pub xkb_type: c_int,
    pub device: c_int,
    pub changed: c_uint,
    pub flags: c_uint,
    pub first_type: c_int,
    pub num_types: c_int,
    pub min_key_code: KeyCode,
    pub max_key_code: KeyCode,
    pub first_key_sym: KeyCode,
    pub first_key_act: KeyCode,
    pub first_key_bahavior: KeyCode,
    pub first_key_explicit: KeyCode,
    pub first_modmap_key: KeyCode,
    pub first_vmodmap_key: KeyCode,
    pub num_key_syms: c_int,
    pub num_key_acts: c_int,
    pub num_key_behaviors: c_int,
    pub num_key_explicit: c_int,
    pub num_modmap_keys: c_int,
    pub num_vmodmap_keys: c_int,
    pub vmods: c_uint,
}

Fields

Trait Implementations

impl Clone for _XkbMapNotifyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _XkbMapNotifyEvent
[src]

impl PartialEq for _XkbMapNotifyEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.