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