Struct pax_runtime_api::ArgsClick
source · [−]Expand description
A Click occurs when the following sequence occurs: 0. mousedown
- mouseup, must occur within the bounding box of the linked element
The contained
x
andy
describe the coordinates relative to the linked element’s bounding box where the mousedown occurred.
Fields
x: f64
y: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArgsClick
impl Send for ArgsClick
impl Sync for ArgsClick
impl Unpin for ArgsClick
impl UnwindSafe for ArgsClick
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more