Skip to main content

IDebugUnitRingMenu_CommonRingItemMethods

Trait IDebugUnitRingMenu_CommonRingItemMethods 

Source
pub trait IDebugUnitRingMenu_CommonRingItemMethods: IDebugUnitRingMenu_CommonRingItem {
    // Provided methods
    fn ctor(self, unit: impl Into<Unit>, ring: impl Into<UnitRing>) { ... }
    fn get_column_name0(self) -> Il2CppString { ... }
    fn get_column_name1(self) -> Il2CppString { ... }
    fn get_column_name2(self) -> Il2CppString { ... }
    fn a_call(self) -> MenuItem_Result { ... }
}

Provided Methods§

Source

fn ctor(self, unit: impl Into<Unit>, ring: impl Into<UnitRing>)

.ctor(crate::app::unit::Unit, crate::app::unitring::UnitRing) overload

Source

fn get_column_name0(self) -> Il2CppString

GetColumnName0() overload

Source

fn get_column_name1(self) -> Il2CppString

GetColumnName1() overload

Source

fn get_column_name2(self) -> Il2CppString

GetColumnName2() 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: IDebugUnitRingMenu_CommonRingItem> IDebugUnitRingMenu_CommonRingItemMethods for __T

Available on crate feature app-debugunitringmenu only.