Struct x11::xlib::_XkbStateRec
source · #[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§
source§impl Clone for _XkbStateRec
impl Clone for _XkbStateRec
source§fn clone(&self) -> _XkbStateRec
fn clone(&self) -> _XkbStateRec
Returns a copy 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<_XkbStateRec> for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRec
source§fn eq(&self, other: &_XkbStateRec) -> bool
fn eq(&self, other: &_XkbStateRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.