Structs§
- Arc
- A thread-safe reference-counted pointer.
- Rc
- A non-thread-safe reference-counted pointer.
- Unique
Arc - Unique
Rc
Traits§
- Reference
Counted - A smart pointer that keeps track of how many pointers refer to the same allocation and exposes this information in its API.