[][src]Struct breadx::auto::xkb::GetNamesReply

pub struct GetNamesReply {
    pub reply_type: u8,
    pub device_id: u8,
    pub sequence: u16,
    pub length: u32,
    pub which: NameDetail,
    pub min_key_code: Keycode,
    pub max_key_code: Keycode,
    pub n_types: u8,
    pub group_names: SetOfGroup,
    pub virtual_mods: VMod,
    pub first_key: Keycode,
    pub indicators: u32,
    pub n_kt_levels: u16,
    pub keycodes_name: Atom,
    pub geometry_name: Atom,
    pub symbols_name: Atom,
    pub phys_symbols_name: Atom,
    pub types_name: Atom,
    pub compat_name: Atom,
    pub type_names: Vec<Atom>,
    pub n_levels_per_type: Vec<u8>,
    pub kt_level_names: Vec<Atom>,
    pub indicator_names: Vec<Atom>,
    pub virtual_mod_names: Vec<Atom>,
    pub groups: Vec<Atom>,
    pub key_names: Vec<KeyName>,
    pub key_aliases: Vec<KeyAlias>,
    pub radio_group_names: Vec<Atom>,
}

Fields

reply_type: u8device_id: u8sequence: u16length: u32which: NameDetailmin_key_code: Keycodemax_key_code: Keycoden_types: u8group_names: SetOfGroupvirtual_mods: VModfirst_key: Keycodeindicators: u32n_kt_levels: u16keycodes_name: Atomgeometry_name: Atomsymbols_name: Atomphys_symbols_name: Atomtypes_name: Atomcompat_name: Atomtype_names: Vec<Atom>n_levels_per_type: Vec<u8>kt_level_names: Vec<Atom>indicator_names: Vec<Atom>virtual_mod_names: Vec<Atom>groups: Vec<Atom>key_names: Vec<KeyName>key_aliases: Vec<KeyAlias>radio_group_names: Vec<Atom>

Trait Implementations

impl AsByteSequence for GetNamesReply[src]

impl Clone for GetNamesReply[src]

impl Debug for GetNamesReply[src]

impl Default for GetNamesReply[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.