Type Alias ribir_geom::DeviceRect

source ·
pub type DeviceRect<T = i32> = Rect<T, PhysicUnit>;

Aliased Type§

struct DeviceRect<T = i32> {
    pub origin: Point2D<T, PhysicUnit>,
    pub size: Size2D<T, PhysicUnit>,
}

Fields§

§origin: Point2D<T, PhysicUnit>§size: Size2D<T, PhysicUnit>