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