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