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