pub struct PointerMotion {
pub device: Device,
pub time: u64,
pub dx: f32,
pub dy: f32,
}Fields§
§device: Device§time: u64§dx: f32§dy: f32Trait Implementations§
source§impl Clone for PointerMotion
impl Clone for PointerMotion
source§fn clone(&self) -> PointerMotion
fn clone(&self) -> PointerMotion
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 PointerMotion
impl Debug for PointerMotion
source§impl DeviceEvent for PointerMotion
impl DeviceEvent for PointerMotion
source§impl PartialEq for PointerMotion
impl PartialEq for PointerMotion
impl StructuralPartialEq for PointerMotion
Auto Trait Implementations§
impl Freeze for PointerMotion
impl RefUnwindSafe for PointerMotion
impl Send for PointerMotion
impl Sync for PointerMotion
impl Unpin for PointerMotion
impl UnwindSafe for PointerMotion
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)