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