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

pub struct GetKbdByNameRepliesKeyNames {
Show 16 fields pub keyname_type: u8, pub key_device_id: u8, pub keyname_sequence: u16, pub keyname_length: u32, pub key_min_key_code: Keycode, pub key_max_key_code: Keycode, pub n_types: u8, pub group_names: u8, pub virtual_mods: u16, pub first_key: Keycode, pub n_keys: u8, pub indicators: u32, pub n_radio_groups: u8, pub n_key_aliases: u8, pub n_kt_levels: u16, pub value_list: GetKbdByNameRepliesKeyNamesValueList,
}

Fields

keyname_type: u8key_device_id: u8keyname_sequence: u16keyname_length: u32key_min_key_code: Keycodekey_max_key_code: Keycoden_types: u8group_names: u8virtual_mods: u16first_key: Keycoden_keys: u8indicators: u32n_radio_groups: u8n_key_aliases: u8n_kt_levels: u16value_list: GetKbdByNameRepliesKeyNamesValueList

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 !=.

Try to parse the given values into an instance of this type. 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.

Try to parse the given values into an instance of this type. Read more