pub type Dimensioni = Dimension<i32>;
Integer dimensions.
#[repr(C)]pub struct Dimensioni { pub width: i32, pub height: i32, }
width: i32
height: i32