[][src]Trait lewton::samples::Sample

pub trait Sample {
    fn from_float(fl: f32) -> Self;
}
[]

Trait representing a single sample

Required methods

fn from_float(fl: f32) -> Self

Implementations on Foreign Types

impl Sample for f32[src][]

impl Sample for i16[src][]

Implementors