rect

Macro rect 

Source
macro_rules! rect {
    ($x: expr, $y: expr, $x1: expr, $y1: expr) => { ... };
}
Expand description

math::rect::Rect constructor that works on any type of number