#[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: u64geometry: u64symbols: u64types: u64compat: u64vmods: [u64; 16]indicators: [u64; 32]groups: [u64; 4]keys: *mut _XkbKeyNameReckey_aliases: *mut _XkbKeyAliasRecradio_groups: *mut u64phys_symbols: u64num_keys: u8num_key_aliases: u8num_rg: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.