Struct GetKbdByNameRepliesKeyNamesValueList
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§
§impl Clone for GetKbdByNameRepliesKeyNamesValueList
impl Clone for GetKbdByNameRepliesKeyNamesValueList
§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 more§impl Default for GetKbdByNameRepliesKeyNamesValueList
impl Default for GetKbdByNameRepliesKeyNamesValueList
§fn default() -> GetKbdByNameRepliesKeyNamesValueList
fn default() -> GetKbdByNameRepliesKeyNamesValueList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetKbdByNameRepliesKeyNamesValueList
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
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
)