Struct xcb::xkb::GetMapReplyMapParams
source · pub struct GetMapReplyMapParams {
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 GetMapReplyMapParams
impl Clone for GetMapReplyMapParams
source§fn clone(&self) -> GetMapReplyMapParams
fn clone(&self) -> GetMapReplyMapParams
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 GetMapReplyMapParams
impl Debug for GetMapReplyMapParams
impl Copy for GetMapReplyMapParams
Auto Trait Implementations§
impl Freeze for GetMapReplyMapParams
impl RefUnwindSafe for GetMapReplyMapParams
impl Send for GetMapReplyMapParams
impl Sync for GetMapReplyMapParams
impl Unpin for GetMapReplyMapParams
impl UnwindSafe for GetMapReplyMapParams
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
)