Struct xcb::xtest::CompareCursorReply
source · pub struct CompareCursorReply { /* private fields */ }
Expand description
Reply type for CompareCursor.
Can be obtained from a CompareCursorCookie with Connection::wait_for_reply or from a CompareCursorCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for CompareCursorReply
impl Debug for CompareCursorReply
source§impl Drop for CompareCursorReply
impl Drop for CompareCursorReply
source§impl Reply for CompareCursorReply
impl Reply for CompareCursorReply
impl Send for CompareCursorReply
impl Sync for CompareCursorReply
Auto Trait Implementations§
impl Freeze for CompareCursorReply
impl RefUnwindSafe for CompareCursorReply
impl Unpin for CompareCursorReply
impl UnwindSafe for CompareCursorReply
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