fn rects_overlap(lhs: Rect, rhs: Rect) -> bool
Check if two given glutin::surface::Rect overlap.
glutin::surface::Rect