Struct x11_dl::xlib::_XkbNamesRec
source · #[repr(C)]pub struct _XkbNamesRec {Show 15 fields
pub keycodes: Atom,
pub geometry: Atom,
pub symbols: Atom,
pub types: Atom,
pub compat: Atom,
pub vmods: [Atom; 16],
pub indicators: [Atom; 32],
pub groups: [Atom; 4],
pub keys: XkbKeyNamePtr,
pub key_aliases: XkbKeyAliasPtr,
pub radio_groups: *mut Atom,
pub phys_symbols: Atom,
pub num_keys: c_uchar,
pub num_key_aliases: c_uchar,
pub num_rg: c_ushort,
}
Fields§
§keycodes: Atom
§geometry: Atom
§symbols: Atom
§types: Atom
§compat: Atom
§vmods: [Atom; 16]
§indicators: [Atom; 32]
§groups: [Atom; 4]
§keys: XkbKeyNamePtr
§key_aliases: XkbKeyAliasPtr
§radio_groups: *mut Atom
§phys_symbols: Atom
§num_keys: c_uchar
§num_key_aliases: c_uchar
§num_rg: c_ushort
Trait Implementations§
source§impl Clone for _XkbNamesRec
impl Clone for _XkbNamesRec
source§fn clone(&self) -> _XkbNamesRec
fn clone(&self) -> _XkbNamesRec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XkbNamesRec
impl Debug for _XkbNamesRec
source§impl PartialEq for _XkbNamesRec
impl PartialEq for _XkbNamesRec
impl Copy for _XkbNamesRec
impl StructuralPartialEq for _XkbNamesRec
Auto Trait Implementations§
impl Freeze for _XkbNamesRec
impl RefUnwindSafe for _XkbNamesRec
impl !Send for _XkbNamesRec
impl !Sync for _XkbNamesRec
impl Unpin for _XkbNamesRec
impl UnwindSafe for _XkbNamesRec
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)