Struct xcb::x::GetPointerControlCookie
source · pub struct GetPointerControlCookie { /* private fields */ }
Expand description
Cookie type for GetPointerControl.
This cookie can be used to get a GetPointerControlReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetPointerControlCookie
impl Cookie for GetPointerControlCookie
source§impl CookieWithReplyChecked for GetPointerControlCookie
impl CookieWithReplyChecked for GetPointerControlCookie
source§type Reply = GetPointerControlReply
type Reply = GetPointerControlReply
The reply type associated with the cookie
source§impl Debug for GetPointerControlCookie
impl Debug for GetPointerControlCookie
impl CookieChecked for GetPointerControlCookie
Auto Trait Implementations§
impl Freeze for GetPointerControlCookie
impl RefUnwindSafe for GetPointerControlCookie
impl Send for GetPointerControlCookie
impl Sync for GetPointerControlCookie
impl Unpin for GetPointerControlCookie
impl UnwindSafe for GetPointerControlCookie
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