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