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