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