pub type DeviceIntPoint = Point2D<i32, DevicePixel>;
#[repr(C)]pub struct DeviceIntPoint { pub x: i32, pub y: i32, }
x: i32
y: i32