Struct xcb::xinput::GetDeviceMotionEventsReply
source · pub struct GetDeviceMotionEventsReply { /* private fields */ }
Expand description
Reply type for GetDeviceMotionEvents.
Can be obtained from a GetDeviceMotionEventsCookie with Connection::wait_for_reply or from a GetDeviceMotionEventsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetDeviceMotionEventsReply
impl GetDeviceMotionEventsReply
pub fn response_type(&self) -> u8
pub fn xi_reply_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn num_axes(&self) -> u8
pub fn device_mode(&self) -> ValuatorMode
pub fn events(&self) -> DeviceTimeCoordIterator<'_> ⓘ
Trait Implementations§
source§impl Debug for GetDeviceMotionEventsReply
impl Debug for GetDeviceMotionEventsReply
source§impl Drop for GetDeviceMotionEventsReply
impl Drop for GetDeviceMotionEventsReply
source§impl Reply for GetDeviceMotionEventsReply
impl Reply for GetDeviceMotionEventsReply
impl Send for GetDeviceMotionEventsReply
impl Sync for GetDeviceMotionEventsReply
Auto Trait Implementations§
impl Freeze for GetDeviceMotionEventsReply
impl RefUnwindSafe for GetDeviceMotionEventsReply
impl Unpin for GetDeviceMotionEventsReply
impl UnwindSafe for GetDeviceMotionEventsReply
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