Skip to main content

IMascotAccChangeMenuItemMethods

Trait IMascotAccChangeMenuItemMethods 

Source
pub trait IMascotAccChangeMenuItemMethods: IMascotAccChangeMenuItem {
    // Provided methods
    fn get_is_equip(self) -> bool { ... }
    fn ctor(self, mascot_data: impl Into<MascotAccData>) { ... }
    fn get_parts_type(self) -> MascotAccData_PartsType { ... }
    fn on_select(self) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn update_equip_state(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_is_equip(self) -> bool

get_IsEquip() overload

Source

fn ctor(self, mascot_data: impl Into<MascotAccData>)

.ctor(crate::app::mascotaccdata::MascotAccData) overload

Source

fn get_parts_type(self) -> MascotAccData_PartsType

GetPartsType() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn update_equip_state(self)

UpdateEquipState() overload

Source

fn a_call(self) -> BasicMenu_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: IMascotAccChangeMenuItem> IMascotAccChangeMenuItemMethods for __T

Available on crate feature app-mascotaccchangemenuitem only.