Struct xcb::xkb::SetControls[][src]

pub struct SetControls {
Show 30 fields pub device_spec: DeviceSpec, pub affect_internal_real_mods: ModMask, pub internal_real_mods: ModMask, pub affect_ignore_lock_real_mods: ModMask, pub ignore_lock_real_mods: ModMask, pub affect_internal_virtual_mods: VMod, pub internal_virtual_mods: VMod, pub affect_ignore_lock_virtual_mods: VMod, pub ignore_lock_virtual_mods: VMod, pub mouse_keys_dflt_btn: u8, pub groups_wrap: u8, pub access_x_options: AxOption, pub affect_enabled_controls: BoolCtrl, pub enabled_controls: BoolCtrl, pub change_controls: Control, 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_timeout: u16, pub access_x_timeout_mask: BoolCtrl, pub access_x_timeout_values: BoolCtrl, pub access_x_timeout_options_mask: AxOption, pub access_x_timeout_options_values: AxOption, pub per_key_repeat: [u8; 32],
}
Expand description

The SetControls request.

This request has no reply.

Associated cookie types are VoidCookie and VoidCookieChecked.

Fields

device_spec: DeviceSpecaffect_internal_real_mods: ModMaskinternal_real_mods: ModMaskaffect_ignore_lock_real_mods: ModMaskignore_lock_real_mods: ModMaskaffect_internal_virtual_mods: VModinternal_virtual_mods: VModaffect_ignore_lock_virtual_mods: VModignore_lock_virtual_mods: VModmouse_keys_dflt_btn: u8groups_wrap: u8access_x_options: AxOptionaffect_enabled_controls: BoolCtrlenabled_controls: BoolCtrlchange_controls: Controlrepeat_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_timeout: u16access_x_timeout_mask: BoolCtrlaccess_x_timeout_values: BoolCtrlaccess_x_timeout_options_mask: AxOptionaccess_x_timeout_options_values: AxOptionper_key_repeat: [u8; 32]

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.

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.