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