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