#[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],
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.