[][src]Module refptr::refcnt

Reference counting types used by Refcounted objects.

Structs

Atomic

Reference count type used by the #[refcounted] attribute.

AtomicFinalize

Reference count type used by the #[refcounted] attribute.

AtomicWeak

Reference count type used by the #[refcounted] attribute.

AtomicWeakFinalize

Reference count type used by the #[refcounted] attribute.

Inner

Allocation format used by Refcounted types.

Local

Reference count type used by the #[refcounted] attribute.

LocalFinalize

Reference count type used by the #[refcounted] attribute.

LocalWeak

Reference count type used by the #[refcounted] attribute.

LocalWeakFinalize

Reference count type used by the #[refcounted] attribute.

Traits

Refcount

A reference count

WeakRefcount

A reference count supporting weak references