Struct copying_gc::Heap [] [src]

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

On-heap pointers

Methods

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

fn borrow(&self) -> &T

Trait Implementations

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

fn clone(&self) -> Heap<T>

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: Traceable> HeapTrait for Heap<T>
[src]