Struct simplemad_sys::MadSynth [] [src]

#[repr(C)]
pub struct MadSynth { pub filter: [[[[[i32; 8]; 16]; 2]; 2]; 2], pub phase: c_uint, pub pcm: MadPcm, }

Fields

Trait Implementations

impl Clone for MadSynth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MadSynth
[src]

Returns the "default value" for a type. Read more

impl Debug for MadSynth
[src]

Formats the value using the given formatter.