pub type PixelSize = Size<u32>;
struct PixelSize { pub width: u32, pub height: u32, }
width: u32
height: u32
source