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