Struct gdk_x11_sys::xlib::_XkbNamesRec
[−]#[repr(C)]pub struct _XkbNamesRec {Show 15 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
fn clone(&self) -> _XkbNamesRec
fn clone(&self) -> _XkbNamesRec
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 _XkbNamesRec
impl Debug for _XkbNamesRec
impl PartialEq<_XkbNamesRec> for _XkbNamesRec
impl PartialEq<_XkbNamesRec> for _XkbNamesRec
fn eq(&self, other: &_XkbNamesRec) -> bool
fn eq(&self, other: &_XkbNamesRec) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &_XkbNamesRec) -> bool
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
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