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