pub type NSSize = CGSize;
A two-dimensional size.
#[repr(C)]pub struct NSSize { pub width: f64, pub height: f64, }
width: f64
A width value.
height: f64
A height value.