Expand description
Raw pointers with ghost code
Structs§
- PtrOwn
- Token that represents the ownership of a memory cell. A
PtrOwn
value only exists in the ghost world, but can be used in combination with a correspondingRawPtr
to access and modify memory.