Struct xcb::glx::GetErrorReply
source · pub struct GetErrorReply { /* private fields */ }
Expand description
Reply type for GetError.
Can be obtained from a GetErrorCookie with Connection::wait_for_reply or from a GetErrorCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetErrorReply
impl Debug for GetErrorReply
source§impl Drop for GetErrorReply
impl Drop for GetErrorReply
source§impl Reply for GetErrorReply
impl Reply for GetErrorReply
impl Send for GetErrorReply
impl Sync for GetErrorReply
Auto Trait Implementations§
impl Freeze for GetErrorReply
impl RefUnwindSafe for GetErrorReply
impl Unpin for GetErrorReply
impl UnwindSafe for GetErrorReply
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