Struct coreaudio_sys::audio_unit::Struct_AudioChannelDescription
[−]
[src]
pub struct Struct_AudioChannelDescription { pub mChannelLabel: AudioChannelLabel, pub mChannelFlags: UInt32, pub mCoordinates: [Float32; 3], }
Fields
mChannelLabel: AudioChannelLabel
mChannelFlags: UInt32
mCoordinates: [Float32; 3]
Trait Implementations
impl Copy for Struct_AudioChannelDescription
[src]
impl Clone for Struct_AudioChannelDescription
[src]
fn clone(&self) -> Struct_AudioChannelDescription
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_AudioChannelDescription
[src]
fn default() -> Struct_AudioChannelDescription
Returns the "default value" for a type. Read more