pub type IRect = Rect<i32>;
struct IRect { pub x0: i32, pub y0: i32, pub x1: i32, pub y1: i32, }
x0: i32
y0: i32
x1: i32
y1: i32