Struct xcb::xinput::GetDeviceMotionEvents
source · pub struct GetDeviceMotionEvents {
pub start: Timestamp,
pub stop: Timestamp,
pub device_id: u8,
}
Expand description
The GetDeviceMotionEvents
request.
This request replies GetDeviceMotionEventsReply.
Associated cookie types are GetDeviceMotionEventsCookie and GetDeviceMotionEventsCookieUnchecked.
Fields§
§start: Timestamp
§stop: Timestamp
§device_id: u8
Trait Implementations§
source§impl Clone for GetDeviceMotionEvents
impl Clone for GetDeviceMotionEvents
source§fn clone(&self) -> GetDeviceMotionEvents
fn clone(&self) -> GetDeviceMotionEvents
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 GetDeviceMotionEvents
impl Debug for GetDeviceMotionEvents
source§impl RawRequest for GetDeviceMotionEvents
impl RawRequest for GetDeviceMotionEvents
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 GetDeviceMotionEvents
impl Request for GetDeviceMotionEvents
source§impl RequestWithReply for GetDeviceMotionEvents
impl RequestWithReply for GetDeviceMotionEvents
source§type Reply = GetDeviceMotionEventsReply
type Reply = GetDeviceMotionEventsReply
Reply associated with the request
source§type Cookie = GetDeviceMotionEventsCookie
type Cookie = GetDeviceMotionEventsCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetDeviceMotionEventsCookieUnchecked
type CookieUnchecked = GetDeviceMotionEventsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetDeviceMotionEvents
impl RefUnwindSafe for GetDeviceMotionEvents
impl Send for GetDeviceMotionEvents
impl Sync for GetDeviceMotionEvents
impl Unpin for GetDeviceMotionEvents
impl UnwindSafe for GetDeviceMotionEvents
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
)