[][src]Function sdl2::rect::min_int_value

pub fn min_int_value() -> i32

The minimal integer value that can be used for rectangle positions and points.

This value is needed, because otherwise the width of a rectangle created from a point would be able to exceed the maximum width.