pub type Rect<U> = TypedRect<f32, U>;
Aliased Type§
struct Rect<U> {
pub origin: TypedPoint2D<f32, U>,
pub size: TypedSize2D<f32, U>,
}
Fields§
§origin: TypedPoint2D<f32, U>
§size: TypedSize2D<f32, U>
pub type Rect<U> = TypedRect<f32, U>;
struct Rect<U> {
pub origin: TypedPoint2D<f32, U>,
pub size: TypedSize2D<f32, U>,
}
origin: TypedPoint2D<f32, U>
§size: TypedSize2D<f32, U>