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