Skip to main content

IInventorySubMenu_BaseMenuItemMethods

Trait IInventorySubMenu_BaseMenuItemMethods 

Source
pub trait IInventorySubMenu_BaseMenuItemMethods: IInventorySubMenu_BaseMenuItem {
    // Provided methods
    fn b_call(self) -> BasicMenu_Result { ... }
    fn on_build_menu_item_content(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn ctor(self)

.ctor() 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: IInventorySubMenu_BaseMenuItem> IInventorySubMenu_BaseMenuItemMethods for __T

Available on crate feature app-inventorysubmenu only.