[][src]Trait realfft::FftNum

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

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