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