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