[][src]Crate reference_counted

Structs

Arc

A thread-safe reference-counted pointer.

Rc

A non-thread-safe reference-counted pointer.

UniqueArc
UniqueRc

Traits

ReferenceCounted

A smart pointer that keeps track of how many pointers refer to the same allocation and exposes this information in its API.