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