pub type DeviceRect = Box2D<f32, DevicePixel>;
Aliased Type§
#[repr(C)]pub struct DeviceRect {
pub min: Point2D<f32, DevicePixel>,
pub max: Point2D<f32, DevicePixel>,
}
Fields§
§min: Point2D<f32, DevicePixel>
§max: Point2D<f32, DevicePixel>