pub struct GetKbdByNameRepliesKeyNamesValueList {Show 14 fields
pub keycodes_name: Option<Atom>,
pub geometry_name: Option<Atom>,
pub symbols_name: Option<Atom>,
pub phys_symbols_name: Option<Atom>,
pub types_name: Option<Atom>,
pub compat_name: Option<Atom>,
pub type_names: Option<Vec<Atom>>,
pub kt_level_names: Option<GetKbdByNameRepliesKeyNamesValueListKTLevelNames>,
pub indicator_names: Option<Vec<Atom>>,
pub virtual_mod_names: Option<Vec<Atom>>,
pub groups: Option<Vec<Atom>>,
pub key_names: Option<Vec<KeyName>>,
pub key_aliases: Option<Vec<KeyAlias>>,
pub radio_group_names: Option<Vec<Atom>>,
}
Fields§
§keycodes_name: Option<Atom>
§geometry_name: Option<Atom>
§symbols_name: Option<Atom>
§phys_symbols_name: Option<Atom>
§types_name: Option<Atom>
§compat_name: Option<Atom>
§type_names: Option<Vec<Atom>>
§kt_level_names: Option<GetKbdByNameRepliesKeyNamesValueListKTLevelNames>
§indicator_names: Option<Vec<Atom>>
§virtual_mod_names: Option<Vec<Atom>>
§groups: Option<Vec<Atom>>
§key_names: Option<Vec<KeyName>>
§key_aliases: Option<Vec<KeyAlias>>
§radio_group_names: Option<Vec<Atom>>
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