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_ucharnum_groups: c_uchargroups_wrap: c_ucharinternal: XkbModsRecignore_loc: XkbModsRecenabled_ctrls: c_uintrepeat_delay: c_ushortrepeat_interval: c_ushortslow_keys_delay: c_ushortdebounce_delay: c_ushortmk_delay: c_ushortmk_interval: c_ushortmk_time_to_max: c_ushortmk_max_speed: c_ushortmk_curve: c_shortax_options: c_ushortax_timeout: c_ushortaxt_opts_mask: c_ushortaxt_opts_values: c_ushortaxt_ctrls_mask: c_uintaxt_ctrls_values: c_uintper_key_repeat: [c_uchar; 32]Auto Trait Implementations
impl RefUnwindSafe for _XkbControls
impl Send for _XkbControls
impl Sync for _XkbControls
impl Unpin for _XkbControls
impl UnwindSafe for _XkbControls
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more