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