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