Struct coreaudio_sys::audio_unit::Struct_AudioUnitFrequencyResponseBin
[−]
[src]
pub struct Struct_AudioUnitFrequencyResponseBin {
pub mFrequency: Float64,
pub mMagnitude: Float64,
}Fields
mFrequency: Float64
mMagnitude: Float64
Trait Implementations
impl Copy for Struct_AudioUnitFrequencyResponseBin[src]
impl Clone for Struct_AudioUnitFrequencyResponseBin[src]
fn clone(&self) -> Struct_AudioUnitFrequencyResponseBin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct_AudioUnitFrequencyResponseBin[src]
fn default() -> Struct_AudioUnitFrequencyResponseBin
Returns the "default value" for a type. Read more