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