Copies the fields of the native struct o into this instance.
o
@override Vector4D setC(Vector4C o) => set(o.x, o.y, o.z, o.w);