Trait rjs::gc::handles::ptr::AsPtr [] [src]

pub trait AsPtr<T> {
    fn as_ptr(&self) -> Ptr<T>;
}

Required Methods

fn as_ptr(&self) -> Ptr<T>

Implementors