[go: up one dir, main page]

Type Alias Rect

Source
pub type Rect = Rect<f32>;

Aliased Type§

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

Fields§

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