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