Using Vector3/Vector2 in rust on godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Craft Game

I know that in gdscript you can use a Vector3/Vector2 by just typing: Vector3(<x> ,<y>, <z>)/Vector2(<x> ,<y>), but what about in rust? i tried to see the gdnative rust docs but there was no help at all