Module memory
Less used details of UniquePtr and SharedPtr.
The pointer types themselves are exposed at the crate root.
Structs
Traits
-
SharedPtrTarget
Trait bound for types which may be used as the
Tinside of aSharedPtr<T>in generic code. -
UniquePtrTarget
Trait bound for types which may be used as the
Tinside of aUniquePtr<T>in generic code. -
WeakPtrTarget
Trait bound for types which may be used as the
Tinside of aWeakPtr<T>in generic code.