Struct std::boxed::ExchangeHeapSingleton
[−]
[src]
pub struct ExchangeHeapSingleton { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (box_heap
)
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 Clone for ExchangeHeapSingleton
[src]
fn clone(&self) -> ExchangeHeapSingleton
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl<T> Placer<T> for ExchangeHeapSingleton
[src]
type Place = IntermediateBox<T>
🔬 This is a nightly-only experimental API. (
placement_new_protocol
)Place
is the intermedate agent guarding the uninitialized state for Data
. Read more
fn make_place(self) -> IntermediateBox<T>
🔬 This is a nightly-only experimental API. (
placement_new_protocol
)Creates a fresh place from self
.