[go: up one dir, main page]

Type Alias IntPoint

Source
pub type IntPoint = Point2D<i32>;

Aliased Type§

#[repr(C)]
pub struct IntPoint { pub x: i32, pub y: i32, /* private fields */ }

Fields§

§x: i32§y: i32