Struct simplemad_sys::MadSynth [] [src]

pub struct MadSynth {
    pub filter: [[[[[i32; 8]; 16]; 2]; 2]; 2],
    pub phase: c_uint,
    pub pcm: MadPcm,
}

Fields

filter
phase
pcm

Trait Implementations

impl Default for MadSynth

fn default() -> MadSynth

impl Debug for MadSynth

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for MadSynth

fn clone(&self) -> MadSynth

fn clone_from(&mut self, source: &Self)