#[repr(C)]
pub struct _XkbControls {
Show 22 fields pub mk_dflt_btn: u8, pub num_groups: u8, pub groups_wrap: u8, pub internal: _XkbMods, pub ignore_loc: _XkbMods, pub enabled_ctrls: u32, pub repeat_delay: u16, pub repeat_interval: u16, pub slow_keys_delay: u16, pub debounce_delay: u16, pub mk_delay: u16, pub mk_interval: u16, pub mk_time_to_max: u16, pub mk_max_speed: u16, pub mk_curve: i16, pub ax_options: u16, pub ax_timeout: u16, pub axt_opts_mask: u16, pub axt_opts_values: u16, pub axt_ctrls_mask: u32, pub axt_ctrls_values: u32, pub per_key_repeat: [u8; 32],
}

Fields

mk_dflt_btn: u8num_groups: u8groups_wrap: u8internal: _XkbModsignore_loc: _XkbModsenabled_ctrls: u32repeat_delay: u16repeat_interval: u16slow_keys_delay: u16debounce_delay: u16mk_delay: u16mk_interval: u16mk_time_to_max: u16mk_max_speed: u16mk_curve: i16ax_options: u16ax_timeout: u16axt_opts_mask: u16axt_opts_values: u16axt_ctrls_mask: u32axt_ctrls_values: u32per_key_repeat: [u8; 32]

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.