mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-26 17:29:22 -05:00
6 lines
79 B
Rust
6 lines
79 B
Rust
|
#[derive(Copy, Clone)]
|
||
|
pub struct Position {
|
||
|
pub x: f64,
|
||
|
pub y: f64,
|
||
|
}
|