[][src]Trait c3d_rs::DataClone

pub trait DataClone {
    fn clone_box(&self) -> Box<dyn DataValue>;
}

Required methods

fn clone_box(&self) -> Box<dyn DataValue>

Loading content...

Implementors

impl<T> DataClone for T where
    T: 'static + DataValue + Clone
[src]

Loading content...