[][src]Trait static_dsp::sample::IntoSample

pub trait IntoSample {
    fn into_sample<S: Sample>(self) -> S;
}

Required methods

fn into_sample<S: Sample>(self) -> S

Loading content...

Implementors

impl IntoSample for f32[src]

impl IntoSample for f64[src]

Loading content...