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