Trait implicit3d::ObjectClone[][src]

pub trait ObjectClone<S> {
    fn clone_box(&self) -> Box<Object<S>>;
}

Trait to allow cloning of Box<Object<_>>.

Required Methods

Important traits for Box<R>

Clone Box<Object<_>>.

Implementors