Struct gdk_x11_sys::xlib::_XkbNamesRec [−]
#[repr(C)]pub struct _XkbNamesRec {}Show fields
pub keycodes: u64, pub geometry: u64, pub symbols: u64, pub types: u64, pub compat: u64, pub vmods: [u64; 16], pub indicators: [u64; 32], pub groups: [u64; 4], pub keys: *mut _XkbKeyNameRec, pub key_aliases: *mut _XkbKeyAliasRec, pub radio_groups: *mut u64, pub phys_symbols: u64, pub num_keys: u8, pub num_key_aliases: u8, pub num_rg: u16,
Fields
keycodes: u64
geometry: u64
symbols: u64
types: u64
compat: u64
vmods: [u64; 16]
indicators: [u64; 32]
groups: [u64; 4]
keys: *mut _XkbKeyNameRec
key_aliases: *mut _XkbKeyAliasRec
radio_groups: *mut u64
phys_symbols: u64
num_keys: u8
num_key_aliases: u8
num_rg: u16
Trait Implementations
impl Clone for _XkbNamesRec
impl Clone for _XkbNamesRec
pub fn clone(&self) -> _XkbNamesRec
pub fn clone(&self) -> _XkbNamesRec
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for _XkbNamesRec
impl Debug for _XkbNamesRec
impl PartialEq<_XkbNamesRec> for _XkbNamesRec
impl PartialEq<_XkbNamesRec> for _XkbNamesRec
pub fn eq(&self, other: &_XkbNamesRec) -> bool
pub fn eq(&self, other: &_XkbNamesRec) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &_XkbNamesRec) -> bool
pub fn ne(&self, other: &_XkbNamesRec) -> bool
This method tests for !=
.
impl Copy for _XkbNamesRec
impl StructuralPartialEq for _XkbNamesRec
Auto Trait Implementations
impl RefUnwindSafe for _XkbNamesRec
impl !Send for _XkbNamesRec
impl !Sync for _XkbNamesRec
impl Unpin for _XkbNamesRec
impl UnwindSafe for _XkbNamesRec
Blanket Implementations
Mutably borrows from an owned value. Read more