pub trait ISoundWwise_SoundPrepareManager_EventParamListMethods: ISoundWwise_SoundPrepareManager_EventParamList {
// Provided methods
fn inc_ref(self, event_name: impl Into<Il2CppString>) -> bool { ... }
fn dec_ref(self, event_name: impl Into<Il2CppString>) -> bool { ... }
fn clear(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn inc_ref(self, event_name: impl Into<Il2CppString>) -> bool
fn inc_ref(self, event_name: impl Into<Il2CppString>) -> bool
IncRef(::unity::Il2CppString) overload
Sourcefn dec_ref(self, event_name: impl Into<Il2CppString>) -> bool
fn dec_ref(self, event_name: impl Into<Il2CppString>) -> bool
DecRef(::unity::Il2CppString) 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: ISoundWwise_SoundPrepareManager_EventParamList> ISoundWwise_SoundPrepareManager_EventParamListMethods for __T
Available on crate feature
app-soundwwise only.