[][src]Trait static_dsp::sample::Sample

pub trait Sample: Sized + Add<Output = Self> + AddAssign + Sub<Output = Self> + SubAssign + Div<Output = Self> + DivAssign + Mul<Output = Self> + MulAssign + Neg<Output = Self> + Copy + FromSample<f32> + FromSample<f64> {
    fn equilibrium() -> Self;
fn peak() -> Self; }

Required methods

fn equilibrium() -> Self

fn peak() -> Self

Loading content...

Implementors

impl Sample for f32[src]

Loading content...