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