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