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

pub struct NamesNotifyEvent {
    pub response_type: u8,
    pub xkb_type: u8,
    pub sequence: u16,
    pub time: Timestamp,
    pub device_id: u8,
    pub changed: u16,
    pub first_type: u8,
    pub n_types: u8,
    pub first_level_name: u8,
    pub n_level_names: u8,
    pub n_radio_groups: u8,
    pub n_key_aliases: u8,
    pub changed_group_names: u8,
    pub changed_virtual_mods: u16,
    pub first_key: Keycode,
    pub n_keys: u8,
    pub changed_indicators: u32,
}

Fields

response_type: u8xkb_type: u8sequence: u16time: Timestampdevice_id: u8changed: u16first_type: u8n_types: u8first_level_name: u8n_level_names: u8n_radio_groups: u8n_key_aliases: u8changed_group_names: u8changed_virtual_mods: u16first_key: Keycoden_keys: u8changed_indicators: u32

Trait Implementations

impl Clone for NamesNotifyEvent[src]

impl Copy for NamesNotifyEvent[src]

impl Debug for NamesNotifyEvent[src]

impl Eq for NamesNotifyEvent[src]

impl PartialEq<NamesNotifyEvent> for NamesNotifyEvent[src]

impl StructuralEq for NamesNotifyEvent[src]

impl StructuralPartialEq for NamesNotifyEvent[src]

impl TryParse for NamesNotifyEvent[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]