Skip to main content

IDebugUnitItemMenu_SubMenu_RefineMenuItemMethods

Trait IDebugUnitItemMenu_SubMenu_RefineMenuItemMethods 

Source
pub trait IDebugUnitItemMenu_SubMenu_RefineMenuItemMethods: IDebugUnitItemMenu_SubMenu_RefineMenuItem {
    // Provided methods
    fn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn is_enable(self) -> bool { ... }
    fn a_call(self) -> MenuItem_Result { ... }
}

Provided Methods§

Source

fn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>)

.ctor(crate::app::unit::Unit, i32) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn is_enable(self) -> bool

IsEnable() overload

Source

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§

Source§

impl<__T: IDebugUnitItemMenu_SubMenu_RefineMenuItem> IDebugUnitItemMenu_SubMenu_RefineMenuItemMethods for __T

Available on crate feature app-debugunititemmenu only.