pub struct EndArgs {
pub serial: u32,
pub time: u32,
pub cancelled: i32,
}Available on crate feature
pointer-gestures-unstable-v1 only.Fields§
§serial: u32§time: u32timestamp with millisecond granularity
cancelled: i321 if the gesture was cancelled, 0 otherwise
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndArgs
impl RefUnwindSafe for EndArgs
impl Send for EndArgs
impl Sync for EndArgs
impl Unpin for EndArgs
impl UnwindSafe for EndArgs
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