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