Trait fftw::plan::PlanSpec [] [src]

pub trait PlanSpec: Clone + Copy {
    fn validate(self) -> Result<Self>;
fn destroy(self);
fn print(self); }

Trait for Plan makers

Required Methods

Implementors