pub type Point = Point2<u32>;
Point type.
#[repr(C)]pub struct Point { pub x: u32, pub y: u32, }
x: u32
y: u32