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