Module owned_pointer

Module owned_pointer 

Source

Structs§

OwnedPtr
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.