Struct x11_dl::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§
impl Freeze for _XkbControls
impl RefUnwindSafe for _XkbControls
impl Send for _XkbControls
impl Sync for _XkbControls
impl Unpin for _XkbControls
impl UnwindSafe for _XkbControls
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more