Struct xcb::xkb::GetKbdByNameReplyRepliesValueListParams
source · pub struct GetKbdByNameReplyRepliesValueListParams {
pub which: usize,
pub group_names: usize,
pub indicators: usize,
pub n_key_aliases: usize,
pub n_keys: usize,
pub n_radio_groups: usize,
pub n_types: usize,
pub virtual_mods: usize,
}
Fields§
§which: usize
§group_names: usize
§indicators: usize
§n_key_aliases: usize
§n_keys: usize
§n_radio_groups: usize
§n_types: usize
§virtual_mods: usize
Trait Implementations§
source§impl Clone for GetKbdByNameReplyRepliesValueListParams
impl Clone for GetKbdByNameReplyRepliesValueListParams
source§fn clone(&self) -> GetKbdByNameReplyRepliesValueListParams
fn clone(&self) -> GetKbdByNameReplyRepliesValueListParams
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 moreimpl Copy for GetKbdByNameReplyRepliesValueListParams
Auto Trait Implementations§
impl Freeze for GetKbdByNameReplyRepliesValueListParams
impl RefUnwindSafe for GetKbdByNameReplyRepliesValueListParams
impl Send for GetKbdByNameReplyRepliesValueListParams
impl Sync for GetKbdByNameReplyRepliesValueListParams
impl Unpin for GetKbdByNameReplyRepliesValueListParams
impl UnwindSafe for GetKbdByNameReplyRepliesValueListParams
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
)