pub type DeviceRect<T = i32> = Rect<T, PhysicUnit>;Aliased Type§
#[repr(C)]pub struct DeviceRect<T = i32> {
pub origin: Point2D<T, PhysicUnit>,
pub size: Size2D<T, PhysicUnit>,
}Fields§
§origin: Point2D<T, PhysicUnit>§size: Size2D<T, PhysicUnit>