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