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