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