pub struct UpdateArgs {
pub time: u32,
pub dx: Fixed,
pub dy: Fixed,
}Available on crate feature
pointer-gestures-unstable-v1 only.Fields§
§time: u32timestamp with millisecond granularity
dx: Fixeddelta x coordinate in surface coordinate space
dy: Fixeddelta y coordinate in surface coordinate space
Trait Implementations§
Source§impl Clone for UpdateArgs
impl Clone for UpdateArgs
Source§fn clone(&self) -> UpdateArgs
fn clone(&self) -> UpdateArgs
Returns a duplicate 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 UpdateArgs
impl Debug for UpdateArgs
impl Copy for UpdateArgs
Auto Trait Implementations§
impl Freeze for UpdateArgs
impl RefUnwindSafe for UpdateArgs
impl Send for UpdateArgs
impl Sync for UpdateArgs
impl Unpin for UpdateArgs
impl UnwindSafe for UpdateArgs
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