Struct copying_gc::Heap [] [src]

pub struct Heap<T: Traceable>(_);

On-heap pointers

Methods

impl<T: Traceable> Heap<T>
[src]

Trait Implementations

impl<T: Clone + Traceable> Clone for Heap<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Traceable> HeapTrait for Heap<T>
[src]