Skip to main content

IAkWindowsSettings_PlatformAdvancedSettingsMethods

Trait IAkWindowsSettings_PlatformAdvancedSettingsMethods 

Source
pub trait IAkWindowsSettings_PlatformAdvancedSettingsMethods: IAkWindowsSettings_PlatformAdvancedSettings {
    // Provided methods
    fn copy_to(self, settings: impl Into<AkPlatformInitSettings>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn copy_to(self, settings: impl Into<AkPlatformInitSettings>)

CopyTo(crate::root::akplatforminitsettings::AkPlatformInitSettings) 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: IAkWindowsSettings_PlatformAdvancedSettings> IAkWindowsSettings_PlatformAdvancedSettingsMethods for __T

Available on crate feature root-akwindowssettings only.