Struct coreaudio_sys::audio_unit::Struct_AudioValueTranslation
[−]
[src]
pub struct Struct_AudioValueTranslation { pub mInputData: *mut c_void, pub mInputDataSize: UInt32, pub mOutputData: *mut c_void, pub mOutputDataSize: UInt32, }
Fields
mInputData: *mut c_void
mInputDataSize: UInt32
mOutputData: *mut c_void
mOutputDataSize: UInt32
Trait Implementations
impl Copy for Struct_AudioValueTranslation
[src]
impl Clone for Struct_AudioValueTranslation
[src]
fn clone(&self) -> Struct_AudioValueTranslation
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_AudioValueTranslation
[src]
fn default() -> Struct_AudioValueTranslation
Returns the "default value" for a type. Read more