raqote
0.8.5
IntPoint
Aliased type
Fields
x
y
In crate raqote
Type Alias
raqote
::
IntPoint
Copy item path
source
·
[
−
]
pub type IntPoint =
Point2D
<
i32
>;
Aliased Type
§
struct IntPoint { pub x:
i32
, pub y:
i32
, }
Fields
§
§
x:
i32
§
y:
i32