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