[][src]Trait pbrt::core::sampler::SamplerClone

pub trait SamplerClone {
    fn box_clone(&self) -> Box<dyn Sampler + Send + Sync>;
}

Required Methods

Implementors

impl<T> SamplerClone for T where
    T: 'static + Sampler + Clone + Send + Sync
[src]