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