Type Alias servo_geometry::DeviceIndependentRect

source ·
pub type DeviceIndependentRect = Box2D<f32, DeviceIndependentPixel>;

Aliased Type§

struct DeviceIndependentRect {
    pub min: Point2D<f32, DeviceIndependentPixel>,
    pub max: Point2D<f32, DeviceIndependentPixel>,
}

Fields§

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