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