Struct coreaudio_sys::audio_unit::Struct_AudioUnitOtherPluginDesc [] [src]

pub struct Struct_AudioUnitOtherPluginDesc {
    pub format: UInt32,
    pub plugin: AudioClassDescription,
}

Fields

format: UInt32 plugin: AudioClassDescription

Trait Implementations

impl Copy for Struct_AudioUnitOtherPluginDesc
[src]

impl Clone for Struct_AudioUnitOtherPluginDesc
[src]

fn clone(&self) -> Struct_AudioUnitOtherPluginDesc

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_AudioUnitOtherPluginDesc
[src]

fn default() -> Struct_AudioUnitOtherPluginDesc

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