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