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