Struct rusttype::Rect
[−]
[src]
pub struct Rect<N> {
pub min: Point<N>,
pub max: Point<N>,
}A rectangle, with top-left corner at min, and bottom-right corner at max.
Fields
min | |
max |