Module rc

Source
Expand description

Reference counting related helper structs and traits.

Structs§

ArcByPtr
A Container for comparing and hashing reference counted values using their pointers.
RcByPtr
A Container for comparing and hashing reference counted values using their pointers.
SyncWeakByPtr
A Container for comparing and hashing weak reference counted values using their pointers.
WeakByPtr
A Container for comparing and hashing weak reference counted values using their pointers.

Traits§

ArcDefault
A trait for giving a default value in an atomically reference counted object.
RcDefault
A trait for giving a default value in a reference counted object.