Struct x11_dl::xlib::_XkbStateRec [−][src]
#[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_uchar
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for _XkbStateRec
impl Send for _XkbStateRec
impl Sync for _XkbStateRec
impl Unpin for _XkbStateRec
impl UnwindSafe for _XkbStateRec
Blanket Implementations
Mutably borrows from an owned value. Read more