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