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