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