Skip to main content

IAkCommonOutputSettings_ChannelConfigurationMethods

Trait IAkCommonOutputSettings_ChannelConfigurationMethods 

Source
pub trait IAkCommonOutputSettings_ChannelConfigurationMethods: IAkCommonOutputSettings_ChannelConfiguration {
    // Provided methods
    fn copy_to(self, config: impl Into<AkChannelConfig>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn copy_to(self, config: impl Into<AkChannelConfig>)

CopyTo(crate::root::akchannelconfig::AkChannelConfig) overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAkCommonOutputSettings_ChannelConfiguration> IAkCommonOutputSettings_ChannelConfigurationMethods for __T

Available on crate feature root-akcommonoutputsettings only.