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