pub type LayoutVector2DAu = Vector2D<Au, LayoutPixel>;
struct LayoutVector2DAu { pub x: Au, pub y: Au, }
x: Au
The x (traditionally, horizontal) coordinate.
x
y: Au
The y (traditionally, vertical) coordinate.
y