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