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