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