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