pub type PointI32 = Point2<i32>;Expand description
2D Point with i32 component
Aliased Type§
pub struct PointI32 {
pub x: i32,
pub y: i32,
}Fields§
§x: i32§y: i32pub type PointI32 = Point2<i32>;2D Point with i32 component
pub struct PointI32 {
pub x: i32,
pub y: i32,
}x: i32§y: i32