pub type Rectf = Rect<f32>;
Single-precision rectangle.
#[repr(C)]pub struct Rectf { pub x: f32, pub y: f32, pub width: f32, pub height: f32, }
x: f32
y: f32
width: f32
height: f32