Type Alias LayoutRect

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

Aliased Type§

#[repr(C)]
pub struct LayoutRect { pub min: Point2D<f32, LayoutPixel>, pub max: Point2D<f32, LayoutPixel>, }

Fields§

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

Trait Implementations§