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