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