Struct gdk_x11_sys::xlib::_XkbStateRec [−]
#[repr(C)]pub struct _XkbStateRec {}Show fields
pub group: u8, pub locked_group: u8, pub base_group: u16, pub latched_group: u16, pub mods: u8, pub base_mods: u8, pub latched_mods: u8, pub locked_mods: u8, pub compat_state: u8, pub grab_mods: u8, pub compat_grab_mods: u8, pub lookup_mods: u8, pub compat_lookup_mods: u8, pub ptr_buttons: u16,
Fields
group: u8
locked_group: u8
base_group: u16
latched_group: u16
mods: u8
base_mods: u8
latched_mods: u8
locked_mods: u8
compat_state: u8
grab_mods: u8
compat_grab_mods: u8
lookup_mods: u8
compat_lookup_mods: u8
Trait Implementations
impl Clone for _XkbStateRec
impl Clone for _XkbStateRec
pub fn clone(&self) -> _XkbStateRec
pub fn clone(&self) -> _XkbStateRec
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for _XkbStateRec
impl Debug for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRec
pub fn eq(&self, other: &_XkbStateRec) -> bool
pub fn eq(&self, other: &_XkbStateRec) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &_XkbStateRec) -> bool
pub fn ne(&self, other: &_XkbStateRec) -> bool
This method tests for !=
.
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
Mutably borrows from an owned value. Read more