Struct xcb::dri2::AuthenticateCookie
source · pub struct AuthenticateCookie { /* private fields */ }
Expand description
Cookie type for Authenticate.
This cookie can be used to get a AuthenticateReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for AuthenticateCookie
impl Cookie for AuthenticateCookie
source§impl CookieWithReplyChecked for AuthenticateCookie
impl CookieWithReplyChecked for AuthenticateCookie
source§type Reply = AuthenticateReply
type Reply = AuthenticateReply
The reply type associated with the cookie
source§impl Debug for AuthenticateCookie
impl Debug for AuthenticateCookie
impl CookieChecked for AuthenticateCookie
Auto Trait Implementations§
impl Freeze for AuthenticateCookie
impl RefUnwindSafe for AuthenticateCookie
impl Send for AuthenticateCookie
impl Sync for AuthenticateCookie
impl Unpin for AuthenticateCookie
impl UnwindSafe for AuthenticateCookie
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