pub type AbsPoint = Point2D<f32, Logical>;
A 2D point in logical units (display-independent pixels)
#[repr(C)]pub struct AbsPoint { pub x: f32, pub y: f32, }
x: f32
y: f32