Module std::rt::rc

Reference counting Reference counting An owned, task-local, reference counted type

Safety note

XXX There is currently no type-system mechanism for enforcing that reference counted types are both allocated on the exchange heap and also non-sendable

This doesn't prevent borrowing multiple aliasable mutable pointers

Structs

RC