pub type Vector3u = Vector3<u32>;
#[repr(transparent)]pub struct Vector3u { pub v: [u32; 3], }
v: [u32; 3]