Struct copying_gc::Root [] [src]

pub struct Root<T: Trace + Clone + 'static>(_);

On-stack pointers

Methods

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

Trait Implementations

impl<T: Trace + Clone + 'static> Drop for Root<T>
[src]

A method called when the value goes out of scope. Read more