pub type VertexI = VertexBase<i32>;
pub struct VertexI { pub x: i32, pub y: i32, pub cmd: u32, }
x: i32
y: i32
cmd: u32