Struct coreaudio_sys::audio_unit::Struct_AUChannelInfo
[−]
[src]
pub struct Struct_AUChannelInfo {
pub inChannels: SInt16,
pub outChannels: SInt16,
}Fields
inChannels: SInt16
outChannels: SInt16
Trait Implementations
impl Copy for Struct_AUChannelInfo[src]
impl Clone for Struct_AUChannelInfo[src]
fn clone(&self) -> Struct_AUChannelInfo
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_AUChannelInfo[src]
fn default() -> Struct_AUChannelInfo
Returns the "default value" for a type. Read more