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