Struct gdk_x11_sys::xlib::_XkbStateRec
[−]#[repr(C)]pub struct _XkbStateRec {Show 14 fields
pub group: u8,
pub base_group: u16,
pub latched_group: u16,
pub locked_group: u8,
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
base_group: u16
latched_group: u16
locked_group: u8
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
fn 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
impl Debug for _XkbStateRec
impl Debug for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRec
impl PartialEq<_XkbStateRec> for _XkbStateRec
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 ==
. Read more
fn ne(&self, other: &_XkbStateRec) -> bool
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
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more