Enum snes_apu::dsp::voice::ResamplingMode [] [src]

pub enum ResamplingMode {
    Linear,
    Gaussian,
}

Variants

Trait Implementations

impl Clone for ResamplingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ResamplingMode
[src]