Struct coreaudio_sys::audio_unit::Struct_AudioChannelLayout
[−]
[src]
pub struct Struct_AudioChannelLayout {
pub mChannelLayoutTag: AudioChannelLayoutTag,
pub mChannelBitmap: UInt32,
pub mNumberChannelDescriptions: UInt32,
pub mChannelDescriptions: [AudioChannelDescription; 1],
}Fields
mChannelLayoutTag: AudioChannelLayoutTag
mChannelBitmap: UInt32
mNumberChannelDescriptions: UInt32
mChannelDescriptions: [AudioChannelDescription; 1]
Trait Implementations
impl Copy for Struct_AudioChannelLayout[src]
impl Clone for Struct_AudioChannelLayout[src]
fn clone(&self) -> Struct_AudioChannelLayout
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_AudioChannelLayout[src]
fn default() -> Struct_AudioChannelLayout
Returns the "default value" for a type. Read more