azul_webrender_api::units

Type Alias LayoutRect

Source
pub type LayoutRect = Box2D<f32, LayoutPixel>;

Aliased Type§

struct LayoutRect {
    pub min: Point2D<f32, LayoutPixel>,
    pub max: Point2D<f32, LayoutPixel>,
}

Fields§

§min: Point2D<f32, LayoutPixel>§max: Point2D<f32, LayoutPixel>

Trait Implementations§