Skip to main content

IDiscardItemMenu_DiscardItemEmptyMenuItemMethods

Trait IDiscardItemMenu_DiscardItemEmptyMenuItemMethods 

Source
pub trait IDiscardItemMenu_DiscardItemEmptyMenuItemMethods: IDiscardItemMenu_DiscardItemEmptyMenuItem {
    // Provided methods
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn get_unit_item(self) -> UnitItem { ... }
    fn get_blank_text(self) -> Il2CppString { ... }
    fn is_visible_item_icon_on_blank(self) -> bool { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn get_unit_item(self) -> UnitItem

GetUnitItem() overload

Source

fn get_blank_text(self) -> Il2CppString

GetBlankText() overload

Source

fn is_visible_item_icon_on_blank(self) -> bool

IsVisibleItemIconOnBlank() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IDiscardItemMenu_DiscardItemEmptyMenuItem> IDiscardItemMenu_DiscardItemEmptyMenuItemMethods for __T

Available on crate feature app-discarditemmenu only.