Module cxx::memory [−][src]
Expand description
Less used details of UniquePtr and SharedPtr.
The pointer types themselves are exposed at the crate root.
Re-exports
pub use cxx::SharedPtr; | |
pub use cxx::UniquePtr; |
Traits
| SharedPtrTarget | Trait bound for types which may be used as the |
| UniquePtrTarget | Trait bound for types which may be used as the |
| WeakPtrTarget | Trait bound for types which may be used as the |