Struct xcb::ffi::xkb::xcb_xkb_get_controls_reply_t [−][src]
Fields
response_type: u8
deviceID: u8
sequence: u16
length: u32
mouseKeysDfltBtn: u8
numGroups: u8
groupsWrap: u8
internalModsMask: u8
ignoreLockModsMask: u8
internalModsRealMods: u8
ignoreLockModsRealMods: u8
pad0: u8
internalModsVmods: u16
ignoreLockModsVmods: u16
repeatDelay: u16
repeatInterval: u16
slowKeysDelay: u16
debounceDelay: u16
mouseKeysDelay: u16
mouseKeysInterval: u16
mouseKeysTimeToMax: u16
mouseKeysMaxSpeed: u16
mouseKeysCurve: i16
accessXOption: u16
accessXTimeout: u16
accessXTimeoutOptionsMask: u16
accessXTimeoutOptionsValues: u16
pad1: [u8; 2]
accessXTimeoutMask: u32
accessXTimeoutValues: u32
enabledControls: u32
perKeyRepeat: [u8; 32]
Trait Implementations
impl Clone for xcb_xkb_get_controls_reply_t
[src]
fn clone(&self) -> xcb_xkb_get_controls_reply_t
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for xcb_xkb_get_controls_reply_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for xcb_xkb_get_controls_reply_t
impl Send for xcb_xkb_get_controls_reply_t
impl Sync for xcb_xkb_get_controls_reply_t
impl Unpin for xcb_xkb_get_controls_reply_t
impl UnwindSafe for xcb_xkb_get_controls_reply_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,