Struct reis::event::PointerMotionAbsolute
source · pub struct PointerMotionAbsolute {
pub device: Device,
pub time: u64,
pub dx_absolute: f32,
pub dy_absolute: f32,
}
Fields§
§device: Device
§time: u64
§dx_absolute: f32
§dy_absolute: f32
Trait Implementations§
source§impl Clone for PointerMotionAbsolute
impl Clone for PointerMotionAbsolute
source§fn clone(&self) -> PointerMotionAbsolute
fn clone(&self) -> PointerMotionAbsolute
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 PointerMotionAbsolute
impl Debug for PointerMotionAbsolute
source§impl DeviceEvent for PointerMotionAbsolute
impl DeviceEvent for PointerMotionAbsolute
source§impl PartialEq for PointerMotionAbsolute
impl PartialEq for PointerMotionAbsolute
source§fn eq(&self, other: &PointerMotionAbsolute) -> bool
fn eq(&self, other: &PointerMotionAbsolute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PointerMotionAbsolute
Auto Trait Implementations§
impl Freeze for PointerMotionAbsolute
impl RefUnwindSafe for PointerMotionAbsolute
impl Send for PointerMotionAbsolute
impl Sync for PointerMotionAbsolute
impl Unpin for PointerMotionAbsolute
impl UnwindSafe for PointerMotionAbsolute
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