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: u8locked_group: u8base_group: u16latched_group: u16mods: u8base_mods: u8latched_mods: u8locked_mods: u8compat_state: u8grab_mods: u8compat_grab_mods: u8lookup_mods: u8compat_lookup_mods: u8Trait Implementations
impl Clone for _XkbStateRec
impl Clone for _XkbStateRecpub fn clone(&self) -> _XkbStateRec
pub fn clone(&self) -> _XkbStateRecReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for _XkbStateRec
impl Debug for _XkbStateRecimpl PartialEq<_XkbStateRec> for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRecpub fn eq(&self, other: &_XkbStateRec) -> bool
pub fn eq(&self, other: &_XkbStateRec) -> boolThis 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) -> boolThis method tests for !=.
impl Copy for _XkbStateRecimpl StructuralPartialEq for _XkbStateRecAuto Trait Implementations
impl RefUnwindSafe for _XkbStateRecimpl Send for _XkbStateRecimpl Sync for _XkbStateRecimpl Unpin for _XkbStateRecimpl UnwindSafe for _XkbStateRecBlanket Implementations
Mutably borrows from an owned value. Read more