Skip to main content

INgc_MaskTextSequenceMethods

Trait INgc_MaskTextSequenceMethods 

Source
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§

Source

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

.ctor(::unity::Il2CppString, crate::app::ngc::Ngc_MaskTextResultFunction) overload

Source

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§

Source§

impl<__T: INgc_MaskTextSequence> INgc_MaskTextSequenceMethods for __T

Available on crate feature app-ngc only.