pub type Point<L> = Point2D<L, UnknownUnit>;
Position.
#[repr(C)]pub struct Point<L> { pub x: L, pub y: L, }
x: L
y: L