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