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