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

pub struct GetMapRequest {
Show 18 fields pub device_spec: DeviceSpec, pub full: u16, pub partial: u16, 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: u16, 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

device_spec: DeviceSpecfull: u16partial: u16first_type: u8n_types: u8first_key_sym: Keycoden_key_syms: u8first_key_action: Keycoden_key_actions: u8first_key_behavior: Keycoden_key_behaviors: u8virtual_mods: u16first_key_explicit: Keycoden_key_explicit: u8first_mod_map_key: Keycoden_mod_map_keys: u8first_v_mod_map_key: Keycoden_v_mod_map_keys: u8

Implementations

Parse this request given its header, its body, and any fds that go along with it

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The kind of reply that this request generates.

Parse a reply to this request. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.