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