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