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