[][src]Module static_alloc::rc

Reference counter value.

See Rc for more information.

Structs

Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

Weak

A reference-counting pointer to the allocation of an Rc.