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