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