[][src]Struct x11nas::xlib::_XkbMapNotifyEvent

#[repr(C)]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

type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaytime: Timexkb_type: c_intdevice: c_intchanged: c_uintflags: c_uintfirst_type: c_intnum_types: c_intmin_key_code: KeyCodemax_key_code: KeyCodefirst_key_sym: KeyCodefirst_key_act: KeyCodefirst_key_bahavior: KeyCodefirst_key_explicit: KeyCodefirst_modmap_key: KeyCodefirst_vmodmap_key: KeyCodenum_key_syms: c_intnum_key_acts: c_intnum_key_behaviors: c_intnum_key_explicit: c_intnum_modmap_keys: c_intnum_vmodmap_keys: c_intvmods: c_uint

Trait Implementations

impl Clone for _XkbMapNotifyEvent[src]

impl Copy for _XkbMapNotifyEvent[src]

impl Debug for _XkbMapNotifyEvent[src]

impl PartialEq<_XkbMapNotifyEvent> for _XkbMapNotifyEvent[src]

impl StructuralPartialEq for _XkbMapNotifyEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.