Struct x11rb::protocol::xkb::MapNotifyEvent[][src]

pub struct MapNotifyEvent {
    pub response_type: u8,
    pub xkb_type: u8,
    pub sequence: u16,
    pub time: Timestamp,
    pub device_id: u8,
    pub ptr_btn_actions: u8,
    pub changed: u16,
    pub min_key_code: Keycode,
    pub max_key_code: Keycode,
    pub first_type: u8,
    pub n_types: u8,
    pub first_key_sym: Keycode,
    pub n_key_syms: u8,
    pub first_key_act: Keycode,
    pub n_key_acts: u8,
    pub first_key_behavior: Keycode,
    pub n_key_behavior: u8,
    pub first_key_explicit: Keycode,
    pub n_key_explicit: u8,
    pub first_mod_map_key: Keycode,
    pub n_mod_map_keys: u8,
    pub first_v_mod_map_key: Keycode,
    pub n_v_mod_map_keys: u8,
    pub virtual_mods: u16,
}

Fields

response_type: u8xkb_type: u8sequence: u16time: Timestampdevice_id: u8ptr_btn_actions: u8changed: u16min_key_code: Keycodemax_key_code: Keycodefirst_type: u8n_types: u8first_key_sym: Keycoden_key_syms: u8first_key_act: Keycoden_key_acts: u8first_key_behavior: Keycoden_key_behavior: u8first_key_explicit: Keycoden_key_explicit: u8first_mod_map_key: Keycoden_mod_map_keys: u8first_v_mod_map_key: Keycoden_v_mod_map_keys: u8virtual_mods: u16

Trait Implementations

impl Clone for MapNotifyEvent[src]

impl Copy for MapNotifyEvent[src]

impl Debug for MapNotifyEvent[src]

impl Eq for MapNotifyEvent[src]

impl PartialEq<MapNotifyEvent> for MapNotifyEvent[src]

impl StructuralEq for MapNotifyEvent[src]

impl StructuralPartialEq for MapNotifyEvent[src]

impl TryParse for MapNotifyEvent[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.

impl<T> TryParseFd for T where
    T: TryParse
[src]