pub struct ExchangeHeapSingleton { /* fields omitted */ }
This the singleton type used solely for boxed::HEAP
.
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)
Performs copy-assignment from source
. Read more
impl<T> Placer<T> for ExchangeHeapSingleton
[src]
type Place = IntermediateBox<T>
Place
is the intermedate agent guarding the uninitialized state for Data
. Read more
fn make_place(self) -> IntermediateBox<T>
Creates a fresh place from self
.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/boxed/struct.ExchangeHeapSingleton.html