Structs§
- F32Matrix4x4
- F32Vector3
- F32Vector4
- Owned
Ptr - Pointer to a structure that the containing structure owns. You will generally use this to model structures in foreign memory when extending the game libraries. Do not use this in your own code as you’re risking all rusts safety reasoning.