Struct xcb::xkb::GetMap[][src]

pub struct GetMap {
Show 18 fields 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,
}
Expand description

The GetMap request.

This request replies GetMapReply.

Associated cookie types are GetMapCookie and GetMapCookieUnchecked.

Fields

device_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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Actual implementation of the request sending Read more

The default cookie associated to this request.

false if the request returns a reply, true otherwise.

Reply associated with the request

Default cookie type for the request, as returned by Connection::send_request.

Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.

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)

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.