Skip to main content

IMascotCustomizeMenu_ColorMenuItemMethods

Trait IMascotCustomizeMenu_ColorMenuItemMethods 

Source
pub trait IMascotCustomizeMenu_ColorMenuItemMethods: IMascotCustomizeMenu_ColorMenuItem {
    // Provided methods
    fn ctor(
        self,
        event_handler: impl Into<MascotCustomizeMenu_DecideEventHandler>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, event_handler: impl Into<MascotCustomizeMenu_DecideEventHandler>)

.ctor(crate::app::mascotcustomizemenu::MascotCustomizeMenu_DecideEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IMascotCustomizeMenu_ColorMenuItem> IMascotCustomizeMenu_ColorMenuItemMethods for __T

Available on crate feature app-mascotcustomizemenu only.