Type Alias webrender_api::units::LayoutVector2DAu
source · pub type LayoutVector2DAu = Vector2D<Au, LayoutPixel>;
Aliased Type§
struct LayoutVector2DAu {
pub x: Au,
pub y: Au,
}
Fields§
§x: Au
The x
(traditionally, horizontal) coordinate.
y: Au
The y
(traditionally, vertical) coordinate.