Type Alias layout_2020::geom::PhysicalRect

source ·
pub type PhysicalRect<U> = Rect<U, CSSPixel>;

Aliased Type§

struct PhysicalRect<U> {
    pub origin: Point2D<U, CSSPixel>,
    pub size: Size2D<U, CSSPixel>,
}

Fields§

§origin: Point2D<U, CSSPixel>§size: Size2D<U, CSSPixel>

Trait Implementations§