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

pub struct GetControlsReply {
Show fields pub reply_type: u8, pub device_id: u8, pub sequence: u16, pub length: u32, pub mouse_keys_dflt_btn: u8, pub num_groups: u8, pub groups_wrap: u8, pub internal_mods_mask: ModMask, pub ignore_lock_mods_mask: ModMask, pub internal_mods_real_mods: ModMask, pub ignore_lock_mods_real_mods: ModMask, pub internal_mods_vmods: VMod, pub ignore_lock_mods_vmods: VMod, pub repeat_delay: u16, pub repeat_interval: u16, pub slow_keys_delay: u16, pub debounce_delay: u16, pub mouse_keys_delay: u16, pub mouse_keys_interval: u16, pub mouse_keys_time_to_max: u16, pub mouse_keys_max_speed: u16, pub mouse_keys_curve: i16, pub access_x_option: AxOption, pub access_x_timeout: u16, pub access_x_timeout_options_mask: AxOption, pub access_x_timeout_options_values: AxOption, pub access_x_timeout_mask: BoolCtrl, pub access_x_timeout_values: BoolCtrl, pub enabled_controls: BoolCtrl, pub per_key_repeat: [u8; 32],
}

Fields

reply_type: u8device_id: u8sequence: u16length: u32mouse_keys_dflt_btn: u8num_groups: u8groups_wrap: u8internal_mods_mask: ModMaskignore_lock_mods_mask: ModMaskinternal_mods_real_mods: ModMaskignore_lock_mods_real_mods: ModMaskinternal_mods_vmods: VModignore_lock_mods_vmods: VModrepeat_delay: u16repeat_interval: u16slow_keys_delay: u16debounce_delay: u16mouse_keys_delay: u16mouse_keys_interval: u16mouse_keys_time_to_max: u16mouse_keys_max_speed: u16mouse_keys_curve: i16access_x_option: AxOptionaccess_x_timeout: u16access_x_timeout_options_mask: AxOptionaccess_x_timeout_options_values: AxOptionaccess_x_timeout_mask: BoolCtrlaccess_x_timeout_values: BoolCtrlenabled_controls: BoolCtrlper_key_repeat: [u8; 32]

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.