Struct xcb::xkb::GetCompatMap
source · pub struct GetCompatMap {
pub device_spec: DeviceSpec,
pub groups: SetOfGroup,
pub get_all_si: bool,
pub first_si: u16,
pub n_si: u16,
}
Expand description
The GetCompatMap
request.
This request replies GetCompatMapReply.
Associated cookie types are GetCompatMapCookie and GetCompatMapCookieUnchecked.
Fields§
§device_spec: DeviceSpec
§groups: SetOfGroup
§get_all_si: bool
§first_si: u16
§n_si: u16
Trait Implementations§
source§impl Clone for GetCompatMap
impl Clone for GetCompatMap
source§fn clone(&self) -> GetCompatMap
fn clone(&self) -> GetCompatMap
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 GetCompatMap
impl Debug for GetCompatMap
source§impl RawRequest for GetCompatMap
impl RawRequest for GetCompatMap
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 Request for GetCompatMap
impl Request for GetCompatMap
source§impl RequestWithReply for GetCompatMap
impl RequestWithReply for GetCompatMap
source§type Reply = GetCompatMapReply
type Reply = GetCompatMapReply
Reply associated with the request
source§type Cookie = GetCompatMapCookie
type Cookie = GetCompatMapCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetCompatMapCookieUnchecked
type CookieUnchecked = GetCompatMapCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCompatMap
impl RefUnwindSafe for GetCompatMap
impl Send for GetCompatMap
impl Sync for GetCompatMap
impl Unpin for GetCompatMap
impl UnwindSafe for GetCompatMap
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
)