intersects

Function intersects 

Source
pub fn intersects(a: &Rectangle, b: &Rectangle) -> bool
Expand description

Returns true if two rectangles intersect or touch at the edges.