pub trait IHelpItemFixedTextMethods: IHelpItemFixedText {
// Provided methods
fn set_data(self, mid: impl Into<Il2CppString>) { ... }
fn is_valid(self) -> bool { ... }
fn set_contents(self, setter: impl Into<HelpParamSetter>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_data(self, mid: impl Into<Il2CppString>)
fn set_data(self, mid: impl Into<Il2CppString>)
SetData(::unity::Il2CppString) overload
Sourcefn set_contents(self, setter: impl Into<HelpParamSetter>)
fn set_contents(self, setter: impl Into<HelpParamSetter>)
SetContents(crate::app::helpparamsetter::HelpParamSetter) 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: IHelpItemFixedText> IHelpItemFixedTextMethods for __T
Available on crate feature
app-helpitemfixedtext only.