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