Struct SetMapAux
pub struct SetMapAux {
pub types: Option<Vec<SetKeyType>>,
pub syms: Option<Vec<KeySymMap>>,
pub key_actions: Option<SetMapAuxKeyActions>,
pub behaviors: Option<Vec<SetBehavior>>,
pub vmods: Option<Vec<u8>>,
pub explicit: Option<Vec<SetExplicit>>,
pub modmap: Option<Vec<KeyModMap>>,
pub vmodmap: Option<Vec<KeyVModMap>>,
}
Expand description
Auxiliary and optional information for the set_map
function
Fields§
§types: Option<Vec<SetKeyType>>
§syms: Option<Vec<KeySymMap>>
§key_actions: Option<SetMapAuxKeyActions>
§behaviors: Option<Vec<SetBehavior>>
§vmods: Option<Vec<u8>>
§explicit: Option<Vec<SetExplicit>>
§modmap: Option<Vec<KeyModMap>>
§vmodmap: Option<Vec<KeyVModMap>>
Implementations§
§impl SetMapAux
impl SetMapAux
pub fn key_actions<I>(self, value: I) -> SetMapAux
pub fn key_actions<I>(self, value: I) -> SetMapAux
Set the key_actions
field of this structure.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetMapAux
impl RefUnwindSafe for SetMapAux
impl Send for SetMapAux
impl Sync for SetMapAux
impl Unpin for SetMapAux
impl UnwindSafe for SetMapAux
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
)