Struct coreaudio_sys::audio_unit::Struct_AudioBufferList
[−]
[src]
pub struct Struct_AudioBufferList { pub mNumberBuffers: UInt32, pub mBuffers: [AudioBuffer; 128], }
Fields
mNumberBuffers: UInt32
mBuffers: [AudioBuffer; 128]
Trait Implementations
impl Default for Struct_AudioBufferList
[src]
fn default() -> Struct_AudioBufferList
Returns the "default value" for a type. Read more