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