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