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