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