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

pub struct SetNamesRequest {
    pub req_type: u8,
    pub device_spec: DeviceSpec,
    pub length: u16,
    pub virtual_mods: VMod,
    pub which: NameDetail,
    pub first_type: u8,
    pub n_types: u8,
    pub first_kt_levelt: u8,
    pub n_kt_levels: u8,
    pub indicators: u32,
    pub group_names: SetOfGroup,
    pub first_key: Keycode,
    pub total_kt_level_names: 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

req_type: u8device_spec: DeviceSpeclength: u16virtual_mods: VModwhich: NameDetailfirst_type: u8n_types: u8first_kt_levelt: u8n_kt_levels: u8indicators: u32group_names: SetOfGroupfirst_key: Keycodetotal_kt_level_names: 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 SetNamesRequest[src]

impl Clone for SetNamesRequest[src]

impl Debug for SetNamesRequest[src]

impl Default for SetNamesRequest[src]

impl Request for SetNamesRequest[src]

type Reply = ()

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.