Type Alias Point

Source
pub type Point = Point2i;

Aliased Type§

#[repr(C)]
pub struct Point { pub x: i32, pub y: i32, }

Fields§

§x: i32§y: i32