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