pub type URect = Rectangle<u32>;Expand description
A struct representing an axis-aligned rectangle. Two points are stored: the top left vertex, and the bottom right vertex.
Alias for a rectangle with u32 coordinates.
Aliased Typeยง
pub struct URect { /* private fields */ }