pub trait IDebugUnitItemMenu_SubMenu_FlagMenuItemMethods: IDebugUnitItemMenu_SubMenu_FlagMenuItem {
// Provided methods
fn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>) { ... }
fn get_name(self) -> Il2CppString { ... }
fn get_label(self) -> Il2CppString { ... }
fn set_flag(self, enable: impl Into<bool>) { ... }
fn is_flag(self) -> bool { ... }
fn is_enable(self) -> bool { ... }
fn a_call(self) -> MenuItem_Result { ... }
}Provided Methods§
Sourcefn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>)
fn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>)
.ctor(crate::app::unit::Unit, i32) overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn get_label(self) -> Il2CppString
fn get_label(self) -> Il2CppString
GetLabel() overload
Sourcefn a_call(self) -> MenuItem_Result
fn a_call(self) -> MenuItem_Result
ACall() 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: IDebugUnitItemMenu_SubMenu_FlagMenuItem> IDebugUnitItemMenu_SubMenu_FlagMenuItemMethods for __T
Available on crate feature
app-debugunititemmenu only.