Type Alias Rect

Source
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>