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

pub struct GetMapRequest {
    pub req_type: u8,
    pub length: u16,
    pub device_spec: DeviceSpec,
    pub full: MapPart,
    pub partial: MapPart,
    pub first_type: u8,
    pub n_types: u8,
    pub first_key_sym: Keycode,
    pub n_key_syms: u8,
    pub first_key_action: Keycode,
    pub n_key_actions: u8,
    pub first_key_behavior: Keycode,
    pub n_key_behaviors: u8,
    pub virtual_mods: VMod,
    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,
}

Fields

req_type: u8length: u16device_spec: DeviceSpecfull: MapPartpartial: MapPartfirst_type: u8n_types: u8first_key_sym: Keycoden_key_syms: u8first_key_action: Keycoden_key_actions: u8first_key_behavior: Keycoden_key_behaviors: u8virtual_mods: VModfirst_key_explicit: Keycoden_key_explicit: u8first_mod_map_key: Keycoden_mod_map_keys: u8first_v_mod_map_key: Keycoden_v_mod_map_keys: u8

Trait Implementations

impl AsByteSequence for GetMapRequest[src]

impl Clone for GetMapRequest[src]

impl Debug for GetMapRequest[src]

impl Default for GetMapRequest[src]

impl Request for GetMapRequest[src]

type Reply = GetMapReply

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.