[go: up one dir, main page]

Type Alias Rect

Source
pub type Rect<T> = TypedRect<T>;
Expand description

The default rectangle type with no unit.

Aliased Type§

#[repr(C)]
pub struct Rect<T> { pub origin: TypedPoint2D<T, UnknownUnit>, pub size: TypedSize2D<T, UnknownUnit>, }

Fields§

§origin: TypedPoint2D<T, UnknownUnit>§size: TypedSize2D<T, UnknownUnit>