pub trait IAkWindowsSettings_PlatformAdvancedSettingsMethods: IAkWindowsSettings_PlatformAdvancedSettings {
// Provided methods
fn copy_to(self, settings: impl Into<AkPlatformInitSettings>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn copy_to(self, settings: impl Into<AkPlatformInitSettings>)
fn copy_to(self, settings: impl Into<AkPlatformInitSettings>)
CopyTo(crate::root::akplatforminitsettings::AkPlatformInitSettings) 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§
impl<__T: IAkWindowsSettings_PlatformAdvancedSettings> IAkWindowsSettings_PlatformAdvancedSettingsMethods for __T
Available on crate feature
root-akwindowssettings only.