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