Trait Sample

Source
pub trait Sample {
    // Required method
    fn to_i16(&self) -> i16;
}

Required Methods§

Source

fn to_i16(&self) -> i16

Implementations on Foreign Types§

Source§

impl Sample for f32

Source§

fn to_i16(&self) -> i16

Source§

impl Sample for f64

Source§

fn to_i16(&self) -> i16

Source§

impl Sample for i16

Source§

fn to_i16(&self) -> i16

Implementors§