pub type Size = Vec<u32>;
This is a type that defines two size: width and height.
pub struct Size { /* private fields */ }