Type Alias layout_2020::geom::PhysicalPoint
source · pub type PhysicalPoint<U> = Point2D<U, CSSPixel>;
Aliased Type§
struct PhysicalPoint<U> {
pub x: U,
pub y: U,
}
Fields§
§x: U
§y: U
pub type PhysicalPoint<U> = Point2D<U, CSSPixel>;
struct PhysicalPoint<U> {
pub x: U,
pub y: U,
}
x: U
§y: U