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