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