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