Trait rustfft::FftNum[][src]

pub trait FftNum: Copy + FromPrimitive + Signed + Sync + Send + Debug + 'static { }

Generic floating point number, implemented for f32 and f64

Implementors

impl<T> FftNum for T where
    T: Copy + FromPrimitive + Signed + Sync + Send + Debug + 'static, 
[src]

Loading content...