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