Structs§
- ArcKind
PointerKindimplementor forArc.- RcKind
PointerKindimplementor forRc.
Traits§
- AnyShared
Pointer - Trait for a shared pointer, supporting sized pointee types only
- AnyWeak
Pointer - Trait for a weak pointer
- Pointer
Kind - Trait that bundles generic-associated-types for corresponding shared and weak pointers.
Type Aliases§
- Downgraded
- Return type for the
downgradefunction of theAnySharedPointer<T>typeP - Pointer
Kind Downgraded - Return type for the
downgradefunction onWeak<T>of a thePointerKindtypeP - Pointer
Kind Upgraded - Return type for the
upgradefunction onShared<T>of a thePointerKindtypeP - Upgraded
- Unwrapped return type for the
upgradefunction of theAnyWeakPointer<T>typeP