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
sourceimpl Clone for _XkbStateRec
impl Clone for _XkbStateRec
sourcefn clone(&self) -> _XkbStateRec
fn clone(&self) -> _XkbStateRec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XkbStateRec
impl Debug for _XkbStateRec
sourceimpl PartialEq<_XkbStateRec> for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRec
sourcefn 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 ==
. Read more
impl Copy for _XkbStateRec
impl StructuralPartialEq for _XkbStateRec
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more