Struct xcb::x::GetMotionEvents
source · pub struct GetMotionEvents {
pub window: Window,
pub start: Timestamp,
pub stop: Timestamp,
}
Expand description
The GetMotionEvents
request.
This request replies GetMotionEventsReply.
Associated cookie types are GetMotionEventsCookie and GetMotionEventsCookieUnchecked.
Fields§
§window: Window
§start: Timestamp
§stop: Timestamp
Trait Implementations§
source§impl Clone for GetMotionEvents
impl Clone for GetMotionEvents
source§fn clone(&self) -> GetMotionEvents
fn clone(&self) -> GetMotionEvents
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetMotionEvents
impl Debug for GetMotionEvents
source§impl RawRequest for GetMotionEvents
impl RawRequest for GetMotionEvents
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for GetMotionEvents
impl Request for GetMotionEvents
source§impl RequestWithReply for GetMotionEvents
impl RequestWithReply for GetMotionEvents
source§type Reply = GetMotionEventsReply
type Reply = GetMotionEventsReply
Reply associated with the request
source§type Cookie = GetMotionEventsCookie
type Cookie = GetMotionEventsCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetMotionEventsCookieUnchecked
type CookieUnchecked = GetMotionEventsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetMotionEvents
impl RefUnwindSafe for GetMotionEvents
impl Send for GetMotionEvents
impl Sync for GetMotionEvents
impl Unpin for GetMotionEvents
impl UnwindSafe for GetMotionEvents
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)