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§
Sourcefn ctor(
self,
name: impl Into<Il2CppString>,
callback: impl Into<AkCallbackManager_BankCallback>,
)
fn ctor( self, name: impl Into<Il2CppString>, callback: impl Into<AkCallbackManager_BankCallback>, )
.ctor(::unity::Il2CppString, crate::root::akcallbackmanager::AkCallbackManager_BankCallback) overload
Sourcefn do_load_bank(self) -> AKRESULT
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§
impl<__T: IAkBankManager_AsyncBankHandle> IAkBankManager_AsyncBankHandleMethods for __T
Available on crate feature
root-akbankmanager only.