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§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.