pub type Rect = Rect<Coord>;
struct Rect { pub top_left: CoordPair<u16>, pub size: CoordPair<u16>, }
top_left: CoordPair<u16>
size: CoordPair<u16>