Rect

Type Alias Rect 

Source
pub type Rect = ViewRect;
👎Deprecated

Aliased Type§

#[repr(C, align(8))]
pub struct Rect { pub x: f32, pub y: f32, pub width: f32, pub height: f32, }

Fields§

§x: f32§y: f32§width: f32§height: f32