xref: /third_party/rust/crates/cxx/src/memory.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/cxx/src/
133d722a9Sopenharmony_ci//! Less used details of `UniquePtr` and `SharedPtr`.
233d722a9Sopenharmony_ci//!
333d722a9Sopenharmony_ci//! The pointer types themselves are exposed at the crate root.
433d722a9Sopenharmony_ci
533d722a9Sopenharmony_cipub use crate::shared_ptr::SharedPtrTarget;
633d722a9Sopenharmony_cipub use crate::unique_ptr::UniquePtrTarget;
733d722a9Sopenharmony_cipub use crate::weak_ptr::WeakPtrTarget;
833d722a9Sopenharmony_ci#[doc(no_inline)]
933d722a9Sopenharmony_cipub use cxx::{SharedPtr, UniquePtr};
10

Indexes created Thu Nov 07 10:32:03 CST 2024