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