pub trait INgc_MaskTextSequenceMethods: INgc_MaskTextSequence {
// Provided methods
fn ctor(
self,
text: impl Into<Il2CppString>,
result_func: impl Into<Ngc_MaskTextResultFunction>,
) { ... }
fn call_result_func(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
text: impl Into<Il2CppString>,
result_func: impl Into<Ngc_MaskTextResultFunction>,
)
fn ctor( self, text: impl Into<Il2CppString>, result_func: impl Into<Ngc_MaskTextResultFunction>, )
.ctor(::unity::Il2CppString, crate::app::ngc::Ngc_MaskTextResultFunction) overload
Sourcefn call_result_func(self)
fn call_result_func(self)
CallResultFunc() 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: INgc_MaskTextSequence> INgc_MaskTextSequenceMethods for __T
Available on crate feature
app-ngc only.