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

pub struct GetKbdByNameReply {
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 loaded: bool, pub new_keyboard: bool, pub found: GbnDetail, pub reported: GbnDetail, pub getmap_type: u8, pub type_device_id: u8, pub getmap_sequence: u16, pub getmap_length: u32, pub type_min_key_code: Keycode, pub type_max_key_code: Keycode, pub present: MapPart, pub first_type: u8, pub n_types: 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>, pub compatmap_type: u8, pub compat_device_id: u8, pub compatmap_sequence: u16, pub compatmap_length: u32, pub groups_rtrn: SetOfGroup, pub first_si_rtrn: u16, pub n_total_si: u16, pub si_rtrn: Vec<SymInterpret>, pub group_rtrn: Vec<ModDef>, pub indicatormap_type: u8, pub indicator_device_id: u8, pub indicatormap_sequence: u16, pub indicatormap_length: u32, pub which: u32, pub real_indicators: u32, pub maps: Vec<IndicatorMap>, pub keyname_type: u8, pub key_device_id: u8, pub keyname_sequence: u16, pub keyname_length: u32, pub which_: NameDetail, pub key_min_key_code: Keycode, pub key_max_key_code: Keycode, pub n_types_: u8, pub group_names: SetOfGroup, pub virtual_mods_: VMod, pub first_key: Keycode, pub indicators: u32, pub n_kt_levels: 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>, pub geometry_type: u8, pub geometry_device_id: u8, pub geometry_sequence: u16, pub geometry_length: u32, pub name: Atom, pub geometry_found: bool, pub width_mm: u16, pub height_mm: u16, pub n_properties: u16, pub n_colors: u16, pub n_shapes: u16, pub n_sections: u16, pub n_doodads: u16, pub n_key_aliases: u16, pub base_color_ndx: u8, pub label_color_ndx: u8, pub label_font: CountedString16,
}

Fields

reply_type: u8device_id: u8sequence: u16length: u32min_key_code: Keycodemax_key_code: Keycodeloaded: boolnew_keyboard: boolfound: GbnDetailreported: GbnDetailgetmap_type: u8type_device_id: u8getmap_sequence: u16getmap_length: u32type_min_key_code: Keycodetype_max_key_code: Keycodepresent: MapPartfirst_type: u8n_types: 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>compatmap_type: u8compat_device_id: u8compatmap_sequence: u16compatmap_length: u32groups_rtrn: SetOfGroupfirst_si_rtrn: u16n_total_si: u16si_rtrn: Vec<SymInterpret>group_rtrn: Vec<ModDef>indicatormap_type: u8indicator_device_id: u8indicatormap_sequence: u16indicatormap_length: u32which: u32real_indicators: u32maps: Vec<IndicatorMap>keyname_type: u8key_device_id: u8keyname_sequence: u16keyname_length: u32which_: NameDetailkey_min_key_code: Keycodekey_max_key_code: Keycoden_types_: u8group_names: SetOfGroupvirtual_mods_: VModfirst_key: Keycodeindicators: u32n_kt_levels: 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>geometry_type: u8geometry_device_id: u8geometry_sequence: u16geometry_length: u32name: Atomgeometry_found: boolwidth_mm: u16height_mm: u16n_properties: u16n_colors: u16n_shapes: u16n_sections: u16n_doodads: u16n_key_aliases: u16base_color_ndx: u8label_color_ndx: u8label_font: CountedString16

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.