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