pub type ScreenPoint = Point2D<isize, ScreenPixelUnit>;
#[repr(C)]pub struct ScreenPoint { pub x: isize, pub y: isize, }
x: isize
y: isize