Struct xcb::x::GetModifierMapping
source · pub struct GetModifierMapping {}
Expand description
The GetModifierMapping
request.
This request replies GetModifierMappingReply.
Associated cookie types are GetModifierMappingCookie and GetModifierMappingCookieUnchecked.
Trait Implementations§
source§impl Clone for GetModifierMapping
impl Clone for GetModifierMapping
source§fn clone(&self) -> GetModifierMapping
fn clone(&self) -> GetModifierMapping
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 GetModifierMapping
impl Debug for GetModifierMapping
source§impl RawRequest for GetModifierMapping
impl RawRequest for GetModifierMapping
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 GetModifierMapping
impl Request for GetModifierMapping
source§impl RequestWithReply for GetModifierMapping
impl RequestWithReply for GetModifierMapping
source§type Reply = GetModifierMappingReply
type Reply = GetModifierMappingReply
Reply associated with the request
source§type Cookie = GetModifierMappingCookie
type Cookie = GetModifierMappingCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetModifierMappingCookieUnchecked
type CookieUnchecked = GetModifierMappingCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetModifierMapping
impl RefUnwindSafe for GetModifierMapping
impl Send for GetModifierMapping
impl Sync for GetModifierMapping
impl Unpin for GetModifierMapping
impl UnwindSafe for GetModifierMapping
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
)