pub(crate) struct MouseClickArgs {
x: f64,
y: f64,
pub(crate) delay: Option<f64>,
pub(crate) button: Option<MouseButton>,
pub(crate) click_count: Option<i32>,
}Fields§
§x: f64§y: f64§delay: Option<f64>§click_count: Option<i32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MouseClickArgs
impl RefUnwindSafe for MouseClickArgs
impl Send for MouseClickArgs
impl Sync for MouseClickArgs
impl Unpin for MouseClickArgs
impl UnwindSafe for MouseClickArgs
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