Type Alias webrender_api::units::LayoutRectAu
source · pub type LayoutRectAu = Box2D<Au, LayoutPixel>;
Aliased Type§
struct LayoutRectAu {
pub min: Point2D<Au, LayoutPixel>,
pub max: Point2D<Au, LayoutPixel>,
}
Fields§
§min: Point2D<Au, LayoutPixel>
§max: Point2D<Au, LayoutPixel>