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