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