Skip to main content
Point
guillotiere
0.7.0
Point
Aliased Type
Fields
x
y
In crate guillotiere
guillotiere
Type Alias
Point
Copy item path
Source
pub type Point =
Point2D
<
i32
>;
Aliased Type
§
pub struct Point { pub x:
i32
, pub y:
i32
, }
Fields
§
§
x:
i32
§
y:
i32