Skip to main content

IHubPlayTalk_CallPuppetEvent

Trait IHubPlayTalk_CallPuppetEvent 

Source
pub trait IHubPlayTalk_CallPuppetEvent: IProcInst {
    // Provided methods
    fn file(self) -> Il2CppString { ... }
    fn set_file(self, value: Il2CppString) { ... }
    fn mid(self) -> Il2CppString { ... }
    fn set_mid(self, value: Il2CppString) { ... }
}

Provided Methods§

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§