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