pub struct GetMap {Show 18 fields
pub device_spec: DeviceSpec,
pub full: MapPart,
pub partial: MapPart,
pub first_type: u8,
pub n_types: u8,
pub first_key_sym: Keycode,
pub n_key_syms: u8,
pub first_key_action: Keycode,
pub n_key_actions: u8,
pub first_key_behavior: Keycode,
pub n_key_behaviors: u8,
pub virtual_mods: VMod,
pub first_key_explicit: Keycode,
pub n_key_explicit: u8,
pub first_mod_map_key: Keycode,
pub n_mod_map_keys: u8,
pub first_v_mod_map_key: Keycode,
pub n_v_mod_map_keys: u8,
}
Expand description
The GetMap
request.
This request replies GetMapReply.
Associated cookie types are GetMapCookie and GetMapCookieUnchecked.
Fields§
§device_spec: DeviceSpec
§full: MapPart
§partial: MapPart
§first_type: u8
§n_types: u8
§first_key_sym: Keycode
§n_key_syms: u8
§first_key_action: Keycode
§n_key_actions: u8
§first_key_behavior: Keycode
§n_key_behaviors: u8
§virtual_mods: VMod
§first_key_explicit: Keycode
§n_key_explicit: u8
§first_mod_map_key: Keycode
§n_mod_map_keys: u8
§first_v_mod_map_key: Keycode
§n_v_mod_map_keys: u8
Trait Implementations§
source§impl RawRequest for GetMap
impl RawRequest for GetMap
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl RequestWithReply for GetMap
impl RequestWithReply for GetMap
source§type Reply = GetMapReply
type Reply = GetMapReply
Reply associated with the request
source§type Cookie = GetMapCookie
type Cookie = GetMapCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetMapCookieUnchecked
type CookieUnchecked = GetMapCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetMap
impl RefUnwindSafe for GetMap
impl Send for GetMap
impl Sync for GetMap
impl Unpin for GetMap
impl UnwindSafe for GetMap
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
)