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