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