pub type Size = Vector2<u32>;
Size type.
#[repr(C)]pub struct Size { pub x: u32, pub y: u32, }
x: u32
y: u32