#[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],
}
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.