Struct x11rb::protocol::xkb::GetKbdByNameRepliesKeyNamesValueList
source · pub struct GetKbdByNameRepliesKeyNamesValueList {Show 14 fields
pub keycodes_name: Option<u32>,
pub geometry_name: Option<u32>,
pub symbols_name: Option<u32>,
pub phys_symbols_name: Option<u32>,
pub types_name: Option<u32>,
pub compat_name: Option<u32>,
pub type_names: Option<Vec<u32>>,
pub kt_level_names: Option<GetKbdByNameRepliesKeyNamesValueListKTLevelNames>,
pub indicator_names: Option<Vec<u32>>,
pub virtual_mod_names: Option<Vec<u32>>,
pub groups: Option<Vec<u32>>,
pub key_names: Option<Vec<KeyName>>,
pub key_aliases: Option<Vec<KeyAlias>>,
pub radio_group_names: Option<Vec<u32>>,
}
Fields§
§keycodes_name: Option<u32>
§geometry_name: Option<u32>
§symbols_name: Option<u32>
§phys_symbols_name: Option<u32>
§types_name: Option<u32>
§compat_name: Option<u32>
§type_names: Option<Vec<u32>>
§kt_level_names: Option<GetKbdByNameRepliesKeyNamesValueListKTLevelNames>
§indicator_names: Option<Vec<u32>>
§virtual_mod_names: Option<Vec<u32>>
§groups: Option<Vec<u32>>
§key_names: Option<Vec<KeyName>>
§key_aliases: Option<Vec<KeyAlias>>
§radio_group_names: Option<Vec<u32>>
Trait Implementations§
source§impl Clone for GetKbdByNameRepliesKeyNamesValueList
impl Clone for GetKbdByNameRepliesKeyNamesValueList
source§fn clone(&self) -> GetKbdByNameRepliesKeyNamesValueList
fn clone(&self) -> GetKbdByNameRepliesKeyNamesValueList
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 Default for GetKbdByNameRepliesKeyNamesValueList
impl Default for GetKbdByNameRepliesKeyNamesValueList
source§fn default() -> GetKbdByNameRepliesKeyNamesValueList
fn default() -> GetKbdByNameRepliesKeyNamesValueList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetKbdByNameRepliesKeyNamesValueList
impl Send for GetKbdByNameRepliesKeyNamesValueList
impl Sync for GetKbdByNameRepliesKeyNamesValueList
impl Unpin for GetKbdByNameRepliesKeyNamesValueList
impl UnwindSafe for GetKbdByNameRepliesKeyNamesValueList
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