Struct xcb::glx::GetHistogramCookie
source · pub struct GetHistogramCookie { /* private fields */ }
Expand description
Cookie type for GetHistogram.
This cookie can be used to get a GetHistogramReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetHistogramCookie
impl Cookie for GetHistogramCookie
source§impl CookieWithReplyChecked for GetHistogramCookie
impl CookieWithReplyChecked for GetHistogramCookie
source§type Reply = GetHistogramReply
type Reply = GetHistogramReply
The reply type associated with the cookie
source§impl Debug for GetHistogramCookie
impl Debug for GetHistogramCookie
impl CookieChecked for GetHistogramCookie
Auto Trait Implementations§
impl Freeze for GetHistogramCookie
impl RefUnwindSafe for GetHistogramCookie
impl Send for GetHistogramCookie
impl Sync for GetHistogramCookie
impl Unpin for GetHistogramCookie
impl UnwindSafe for GetHistogramCookie
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