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