pub type RectU = Rect<u32>;
#[repr(C)]pub struct RectU { pub x: u32, pub y: u32, pub w: u32, pub h: u32, }
x: u32
y: u32
w: u32
h: u32