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<W>

Clone Box<Object<_>>.

Implementors