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