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