pub type RasterIntRect = Box2D<i32, RasterPixel>;
Aliased Type§
struct RasterIntRect {
pub min: Point2D<i32, RasterPixel>,
pub max: Point2D<i32, RasterPixel>,
}
Fields§
§min: Point2D<i32, RasterPixel>
§max: Point2D<i32, RasterPixel>
pub type RasterIntRect = Box2D<i32, RasterPixel>;
struct RasterIntRect {
pub min: Point2D<i32, RasterPixel>,
pub max: Point2D<i32, RasterPixel>,
}
min: Point2D<i32, RasterPixel>
§max: Point2D<i32, RasterPixel>