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