Struct x11rb_async::protocol::xkb::GetMapMap
source · pub struct GetMapMap {
pub types_rtrn: Option<Vec<KeyType, Global>>,
pub syms_rtrn: Option<Vec<KeySymMap, Global>>,
pub key_actions: Option<GetMapMapKeyActions>,
pub behaviors_rtrn: Option<Vec<SetBehavior, Global>>,
pub vmods_rtrn: Option<Vec<ModMask, Global>>,
pub explicit_rtrn: Option<Vec<SetExplicit, Global>>,
pub modmap_rtrn: Option<Vec<KeyModMap, Global>>,
pub vmodmap_rtrn: Option<Vec<KeyVModMap, Global>>,
}Fields§
§types_rtrn: Option<Vec<KeyType, Global>>§syms_rtrn: Option<Vec<KeySymMap, Global>>§key_actions: Option<GetMapMapKeyActions>§behaviors_rtrn: Option<Vec<SetBehavior, Global>>§vmods_rtrn: Option<Vec<ModMask, Global>>§explicit_rtrn: Option<Vec<SetExplicit, Global>>§modmap_rtrn: Option<Vec<KeyModMap, Global>>§vmodmap_rtrn: Option<Vec<KeyVModMap, Global>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GetMapMap
impl Send for GetMapMap
impl Sync for GetMapMap
impl Unpin for GetMapMap
impl UnwindSafe for GetMapMap
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