Struct xcb::glx::GetCompressedTexImageArbReply
source · pub struct GetCompressedTexImageArbReply { /* private fields */ }
Expand description
Reply type for GetCompressedTexImageArb.
Can be obtained from a GetCompressedTexImageArbCookie with Connection::wait_for_reply or from a GetCompressedTexImageArbCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Drop for GetCompressedTexImageArbReply
impl Drop for GetCompressedTexImageArbReply
impl Send for GetCompressedTexImageArbReply
impl Sync for GetCompressedTexImageArbReply
Auto Trait Implementations§
impl Freeze for GetCompressedTexImageArbReply
impl RefUnwindSafe for GetCompressedTexImageArbReply
impl Unpin for GetCompressedTexImageArbReply
impl UnwindSafe for GetCompressedTexImageArbReply
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