[go: up one dir, main page]

Module shared_ptr

Module shared_ptr 

Source
Expand description

About shared pointers. Re-export the archery crate.

Structs§

ArcK
Type constructors for Arc pointers.
ArcTK
Type constructors for triomphe::Arc pointers.
RcK
Type constructors for Rc pointers.
SharedPointer
Pointer to shared data with reference-counting.

Traits§

SharedPointerKind
Trait for type constructors of reference-counting pointers.

Type Aliases§

DefaultSharedPtr
Default shared pointer used in data structures like vector::Vector in this crate. This alias points to ArcK if triomphe is disabled, ArcTK otherwise.