Struct rfmod::Dsp [] [src]

pub struct Dsp { /* fields omitted */ }

Dsp object

Methods

impl Dsp
[src]

value argument depends directly on the index argument, index argument depends on your DSP type, it is a value from one of the following enums :

value result depends directly on the index argument, index argument depends on your DSP type, it is a value from one of the following enums :

Trait Implementations

impl Drop for Dsp
[src]

A method called when the value goes out of scope. Read more