pub type Rect<U> = TypedRect<f32, U>;Aliased Type§
#[repr(C)]pub 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>;#[repr(C)]pub struct Rect<U> {
pub origin: TypedPoint2D<f32, U>,
pub size: TypedSize2D<f32, U>,
}origin: TypedPoint2D<f32, U>§size: TypedSize2D<f32, U>