Skip to main content

INgc_MaskTextSequenceBaseMethods

Trait INgc_MaskTextSequenceBaseMethods 

Source
pub trait INgc_MaskTextSequenceBaseMethods: INgc_MaskTextSequenceBase {
    // Provided methods
    fn ctor(self, text: impl Into<Il2CppString>) { ... }
    fn ctor_2(self, texts: impl Into<List_1<Il2CppString>>) { ... }
    fn start_thread(self) { ... }
    fn wait_thread(self) { ... }
    fn call_result_func(self) { ... }
    fn result(self) { ... }
    fn create_bind_impl(self, super_: impl Into<ProcInst>) { ... }
}

Provided Methods§

Source

fn ctor(self, text: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn ctor_2(self, texts: impl Into<List_1<Il2CppString>>)

.ctor(crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>) overload

Source

fn start_thread(self)

StartThread() overload

Source

fn wait_thread(self)

WaitThread() overload

Source

fn call_result_func(self)

CallResultFunc() overload

Source

fn result(self)

Result() overload

Source

fn create_bind_impl(self, super_: impl Into<ProcInst>)

CreateBindImpl(crate::app::procinst::ProcInst) 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: INgc_MaskTextSequenceBase> INgc_MaskTextSequenceBaseMethods for __T

Available on crate feature app-ngc only.