Type Alias servo_geometry::DeviceIndependentIntRect

source ·
pub type DeviceIndependentIntRect = Box2D<i32, DeviceIndependentPixel>;

Aliased Type§

struct DeviceIndependentIntRect {
    pub min: Point2D<i32, DeviceIndependentPixel>,
    pub max: Point2D<i32, DeviceIndependentPixel>,
}

Fields§

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