Skip to main content

IAkBankManager_AsyncBankHandleMethods

Trait IAkBankManager_AsyncBankHandleMethods 

Source
pub trait IAkBankManager_AsyncBankHandleMethods: IAkBankManager_AsyncBankHandle {
    // Provided methods
    fn ctor(
        self,
        name: impl Into<Il2CppString>,
        callback: impl Into<AkCallbackManager_BankCallback>,
    ) { ... }
    fn do_load_bank(self) -> AKRESULT { ... }
}

Provided Methods§

Source

fn ctor( self, name: impl Into<Il2CppString>, callback: impl Into<AkCallbackManager_BankCallback>, )

.ctor(::unity::Il2CppString, crate::root::akcallbackmanager::AkCallbackManager_BankCallback) overload

Source

fn do_load_bank(self) -> AKRESULT

DoLoadBank() 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: IAkBankManager_AsyncBankHandle> IAkBankManager_AsyncBankHandleMethods for __T

Available on crate feature root-akbankmanager only.