Struct xcb::sync::QueryCounterReply
source · pub struct QueryCounterReply { /* private fields */ }
Expand description
Reply type for QueryCounter.
Can be obtained from a QueryCounterCookie with Connection::wait_for_reply or from a QueryCounterCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryCounterReply
impl Debug for QueryCounterReply
source§impl Drop for QueryCounterReply
impl Drop for QueryCounterReply
source§impl Reply for QueryCounterReply
impl Reply for QueryCounterReply
impl Send for QueryCounterReply
impl Sync for QueryCounterReply
Auto Trait Implementations§
impl Freeze for QueryCounterReply
impl RefUnwindSafe for QueryCounterReply
impl Unpin for QueryCounterReply
impl UnwindSafe for QueryCounterReply
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