Struct xcb::res::QueryClientPixmapBytesReply
source · pub struct QueryClientPixmapBytesReply { /* private fields */ }
Expand description
Reply type for QueryClientPixmapBytes.
Can be obtained from a QueryClientPixmapBytesCookie with Connection::wait_for_reply or from a QueryClientPixmapBytesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryClientPixmapBytesReply
impl Debug for QueryClientPixmapBytesReply
source§impl Drop for QueryClientPixmapBytesReply
impl Drop for QueryClientPixmapBytesReply
source§impl Reply for QueryClientPixmapBytesReply
impl Reply for QueryClientPixmapBytesReply
impl Send for QueryClientPixmapBytesReply
impl Sync for QueryClientPixmapBytesReply
Auto Trait Implementations§
impl Freeze for QueryClientPixmapBytesReply
impl RefUnwindSafe for QueryClientPixmapBytesReply
impl Unpin for QueryClientPixmapBytesReply
impl UnwindSafe for QueryClientPixmapBytesReply
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