Struct xcb::dri3::OpenCookie
source · pub struct OpenCookie { /* private fields */ }
Expand description
Cookie type for Open.
This cookie can be used to get a OpenReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for OpenCookie
impl Cookie for OpenCookie
source§impl CookieWithReplyChecked for OpenCookie
impl CookieWithReplyChecked for OpenCookie
source§impl Debug for OpenCookie
impl Debug for OpenCookie
impl CookieChecked for OpenCookie
Auto Trait Implementations§
impl Freeze for OpenCookie
impl RefUnwindSafe for OpenCookie
impl Send for OpenCookie
impl Sync for OpenCookie
impl Unpin for OpenCookie
impl UnwindSafe for OpenCookie
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