pub trait IntRectExt { // Required method fn to_screen_int_rect(&self) -> Option<ScreenIntRect>; }
Converts into ScreenIntRect.
ScreenIntRect