pub type Size = Size2D<f32>;
#[repr(C)]pub struct Size { pub width: f32, pub height: f32, /* private fields */ }
width: f32
height: f32