Skip to main content

IMuscleDifficultMenu_MuscleDifficultMenuItemMethods

Trait IMuscleDifficultMenu_MuscleDifficultMenuItemMethods 

Source
pub trait IMuscleDifficultMenu_MuscleDifficultMenuItemMethods: IMuscleDifficultMenu_MuscleDifficultMenuItem {
    // Provided methods
    fn ctor(
        self,
        name: impl Into<Il2CppString>,
        event_handler: impl Into<MuscleDifficultMenu_DecideEventHandler>,
        enable: impl Into<bool>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn get_name(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, name: impl Into<Il2CppString>, event_handler: impl Into<MuscleDifficultMenu_DecideEventHandler>, enable: impl Into<bool>, )

.ctor(::unity::Il2CppString, crate::app::muscledifficultmenu::MuscleDifficultMenu_DecideEventHandler, bool) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn get_name(self) -> Il2CppString

GetName() 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: IMuscleDifficultMenu_MuscleDifficultMenuItem> IMuscleDifficultMenu_MuscleDifficultMenuItemMethods for __T

Available on crate feature app-muscledifficultmenu only.