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