#[repr(C)]pub struct _XkbStateRec {Show 14 fields
    pub group: c_uchar,
    pub base_group: c_ushort,
    pub latched_group: c_ushort,
    pub locked_group: c_uchar,
    pub mods: c_uchar,
    pub base_mods: c_uchar,
    pub latched_mods: c_uchar,
    pub locked_mods: c_uchar,
    pub compat_state: c_uchar,
    pub grab_mods: c_uchar,
    pub compat_grab_mods: c_uchar,
    pub lookup_mods: c_uchar,
    pub compat_lookup_mods: c_uchar,
    pub ptr_buttons: c_ushort,
}Fields§
§group: c_uchar§base_group: c_ushort§latched_group: c_ushort§locked_group: c_uchar§mods: c_uchar§base_mods: c_uchar§latched_mods: c_uchar§locked_mods: c_uchar§compat_state: c_uchar§grab_mods: c_uchar§compat_grab_mods: c_uchar§lookup_mods: c_uchar§compat_lookup_mods: c_ucharTrait Implementations§
Source§impl Clone for _XkbStateRec
 
impl Clone for _XkbStateRec
Source§fn clone(&self) -> _XkbStateRec
 
fn clone(&self) -> _XkbStateRec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for _XkbStateRec
 
impl Debug for _XkbStateRec
Source§impl PartialEq for _XkbStateRec
 
impl PartialEq for _XkbStateRec
impl Copy for _XkbStateRec
impl StructuralPartialEq for _XkbStateRec
Auto Trait Implementations§
impl Freeze for _XkbStateRec
impl RefUnwindSafe for _XkbStateRec
impl Send for _XkbStateRec
impl Sync for _XkbStateRec
impl Unpin for _XkbStateRec
impl UnwindSafe for _XkbStateRec
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