Struct alloc::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 Clone for ExchangeHeapSingleton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> Placer<T> for ExchangeHeapSingleton
[src]

🔬 This is a nightly-only experimental API. (placement_new_protocol #27779)

Place is the intermediate agent guarding the uninitialized state for Data. Read more

[src]

🔬 This is a nightly-only experimental API. (placement_new_protocol #27779)

Creates a fresh place from self.