Rect

Type Alias Rect 

Source
pub type Rect = Rect<u32, u32>;
Expand description

Alias for euclid’s Rect of 2 unsigned 32-bit integers

Aliased Type§

#[repr(C)]
pub struct Rect { pub origin: Point2D<u32, u32>, pub size: Size2D<u32, u32>, }

Fields§

§origin: Point2D<u32, u32>§size: Size2D<u32, u32>