Struct x11::xlib::_XkbControls

source ·
#[repr(C)]
pub struct _XkbControls {
Show 22 fields pub mk_dflt_btn: c_uchar, pub num_groups: c_uchar, pub groups_wrap: c_uchar, pub internal: XkbModsRec, pub ignore_loc: XkbModsRec, pub enabled_ctrls: c_uint, pub repeat_delay: c_ushort, pub repeat_interval: c_ushort, pub slow_keys_delay: c_ushort, pub debounce_delay: c_ushort, pub mk_delay: c_ushort, pub mk_interval: c_ushort, pub mk_time_to_max: c_ushort, pub mk_max_speed: c_ushort, pub mk_curve: c_short, pub ax_options: c_ushort, pub ax_timeout: c_ushort, pub axt_opts_mask: c_ushort, pub axt_opts_values: c_ushort, pub axt_ctrls_mask: c_uint, pub axt_ctrls_values: c_uint, pub per_key_repeat: [c_uchar; 32],
}

Fields§

§mk_dflt_btn: c_uchar§num_groups: c_uchar§groups_wrap: c_uchar§internal: XkbModsRec§ignore_loc: XkbModsRec§enabled_ctrls: c_uint§repeat_delay: c_ushort§repeat_interval: c_ushort§slow_keys_delay: c_ushort§debounce_delay: c_ushort§mk_delay: c_ushort§mk_interval: c_ushort§mk_time_to_max: c_ushort§mk_max_speed: c_ushort§mk_curve: c_short§ax_options: c_ushort§ax_timeout: c_ushort§axt_opts_mask: c_ushort§axt_opts_values: c_ushort§axt_ctrls_mask: c_uint§axt_ctrls_values: c_uint§per_key_repeat: [c_uchar; 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.