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