Enum xcb::xkb::GetMapReplyMap
source · pub enum GetMapReplyMap {
KeyTypes(Vec<KeyTypeBuf>),
KeySyms(Vec<KeySymMapBuf>),
KeyActions {
acts_rtrn_count: Vec<u8>,
acts_rtrn_acts: Vec<Action>,
},
KeyBehaviors(Vec<SetBehavior>),
VirtualMods(Vec<ModMask>),
ExplicitComponents(Vec<SetExplicit>),
ModifierMap(Vec<KeyModMap>),
VirtualModMap(Vec<KeyVModMap>),
}
Variants§
KeyTypes(Vec<KeyTypeBuf>)
KeySyms(Vec<KeySymMapBuf>)
KeyActions
KeyBehaviors(Vec<SetBehavior>)
VirtualMods(Vec<ModMask>)
ExplicitComponents(Vec<SetExplicit>)
ModifierMap(Vec<KeyModMap>)
VirtualModMap(Vec<KeyVModMap>)
Trait Implementations§
source§impl Clone for GetMapReplyMap
impl Clone for GetMapReplyMap
source§fn clone(&self) -> GetMapReplyMap
fn clone(&self) -> GetMapReplyMap
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 moreAuto Trait Implementations§
impl Freeze for GetMapReplyMap
impl RefUnwindSafe for GetMapReplyMap
impl Send for GetMapReplyMap
impl Sync for GetMapReplyMap
impl Unpin for GetMapReplyMap
impl UnwindSafe for GetMapReplyMap
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
)