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

pub struct GetMapReply {
Show fields pub reply_type: u8, pub device_id: u8, pub sequence: u16, pub length: u32, pub min_key_code: Keycode, pub max_key_code: Keycode, pub present: MapPart, pub first_type: u8, pub total_types: u8, pub first_key_sym: Keycode, pub total_syms: u16, pub first_key_action: Keycode, pub first_key_behavior: Keycode, pub n_key_behaviors: u8, 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, pub virtual_mods: VMod, pub types_rtrn: Vec<KeyType>, pub syms_rtrn: Vec<KeySymMap>, pub acts_rtrn_count: Vec<u8>, pub acts_rtrn_acts: Vec<Action>, pub behaviors_rtrn: Vec<SetBehavior>, pub vmods_rtrn: Vec<u8>, pub explicit_rtrn: Vec<SetExplicit>, pub modmap_rtrn: Vec<KeyModMap>, pub vmodmap_rtrn: Vec<KeyVModMap>,
}

Fields

reply_type: u8device_id: u8sequence: u16length: u32min_key_code: Keycodemax_key_code: Keycodepresent: MapPartfirst_type: u8total_types: u8first_key_sym: Keycodetotal_syms: u16first_key_action: Keycodefirst_key_behavior: Keycoden_key_behaviors: u8first_key_explicit: Keycoden_key_explicit: u8first_mod_map_key: Keycoden_mod_map_keys: u8first_v_mod_map_key: Keycoden_v_mod_map_keys: u8virtual_mods: VModtypes_rtrn: Vec<KeyType>syms_rtrn: Vec<KeySymMap>acts_rtrn_count: Vec<u8>acts_rtrn_acts: Vec<Action>behaviors_rtrn: Vec<SetBehavior>vmods_rtrn: Vec<u8>explicit_rtrn: Vec<SetExplicit>modmap_rtrn: Vec<KeyModMap>vmodmap_rtrn: Vec<KeyVModMap>

Trait Implementations

Append this item to a sequence of bytes.

Convert a sequence of bytes into this item.

Get the size needed to store this item in terms of bytes. Higher is better than lower here, since this is mostly used to allocate buffers for items. Read more

If this item has any file descriptors stored within, this function returns them.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. 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.