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