Struct std::boxed::ExchangeHeapSingleton
[−]
[src]
pub struct ExchangeHeapSingleton { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (box_heap
#27779)
may be renamed; uncertain about custom allocator design
This the singleton type used solely for boxed::HEAP
.
Trait Implementations
impl Copy for ExchangeHeapSingleton
[src]
impl Copy for ExchangeHeapSingleton
impl Clone for ExchangeHeapSingleton
[src]
impl Clone for ExchangeHeapSingleton
fn clone(&self) -> ExchangeHeapSingleton
[src]
fn clone(&self) -> ExchangeHeapSingleton
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<T> Placer<T> for ExchangeHeapSingleton
[src]
impl<T> Placer<T> for ExchangeHeapSingleton
type Place = IntermediateBox<T>
Place
is the intermediate agent guarding the uninitialized state for Data
. Read more
fn make_place(self) -> IntermediateBox<T>
[src]
fn make_place(self) -> IntermediateBox<T>
Creates a fresh place from self
.
Auto Trait Implementations
impl Send for ExchangeHeapSingleton
impl Send for ExchangeHeapSingleton
impl Sync for ExchangeHeapSingleton
impl Sync for ExchangeHeapSingleton