Skip to main content

IDebugShopMenu_ShopCallItemMethods

Trait IDebugShopMenu_ShopCallItemMethods 

Source
pub trait IDebugShopMenu_ShopCallItemMethods: IDebugShopMenu_ShopCallItem {
    // Provided methods
    fn ctor(self, name: impl Into<Il2CppString>, unit: impl Into<Unit>) { ... }
    fn a_call(self) -> MenuItem_Result { ... }
}

Provided Methods§

Source

fn ctor(self, name: impl Into<Il2CppString>, unit: impl Into<Unit>)

.ctor(::unity::Il2CppString, crate::app::unit::Unit) 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: IDebugShopMenu_ShopCallItem> IDebugShopMenu_ShopCallItemMethods for __T

Available on crate feature app-debugshopmenu only.