pub type RectI = Rect<i32>;
Rectangle with i32 coordinates.
i32
pub struct RectI { pub x1: i32, pub y1: i32, pub x2: i32, pub y2: i32, }
x1: i32
y1: i32
x2: i32
y2: i32