Struct xcb::xkb::SetMapValuesParams
source · pub struct SetMapValuesParams {
pub present: usize,
pub n_key_actions: usize,
pub n_key_syms: usize,
pub n_types: usize,
pub total_actions: usize,
pub total_key_behaviors: usize,
pub total_key_explicit: usize,
pub total_mod_map_keys: usize,
pub total_v_mod_map_keys: usize,
pub virtual_mods: usize,
}
Fields§
§present: usize
§n_key_actions: usize
§n_key_syms: usize
§n_types: usize
§total_actions: usize
§total_key_behaviors: usize
§total_key_explicit: usize
§total_mod_map_keys: usize
§total_v_mod_map_keys: usize
§virtual_mods: usize
Trait Implementations§
source§impl Clone for SetMapValuesParams
impl Clone for SetMapValuesParams
source§fn clone(&self) -> SetMapValuesParams
fn clone(&self) -> SetMapValuesParams
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 Debug for SetMapValuesParams
impl Debug for SetMapValuesParams
impl Copy for SetMapValuesParams
Auto Trait Implementations§
impl Freeze for SetMapValuesParams
impl RefUnwindSafe for SetMapValuesParams
impl Send for SetMapValuesParams
impl Sync for SetMapValuesParams
impl Unpin for SetMapValuesParams
impl UnwindSafe for SetMapValuesParams
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
)