Skip to main content

IAnimalOutsideSubMenu_ExchangeMenuItemMethods

Trait IAnimalOutsideSubMenu_ExchangeMenuItemMethods 

Source
pub trait IAnimalOutsideSubMenu_ExchangeMenuItemMethods: IAnimalOutsideSubMenu_ExchangeMenuItem {
    // Provided methods
    fn get_parent_menu_item(self) -> AnimalOutsideMenuItem { ... }
    fn set_parent_menu_item(self, value: impl Into<AnimalOutsideMenuItem>) { ... }
    fn ctor(self, parent_menu_item: impl Into<AnimalOutsideMenuItem>) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_parent_menu_item(self) -> AnimalOutsideMenuItem

get_ParentMenuItem() overload

Source

fn set_parent_menu_item(self, value: impl Into<AnimalOutsideMenuItem>)

set_ParentMenuItem(crate::app::animaloutsidemenuitem::AnimalOutsideMenuItem) overload

Source

fn ctor(self, parent_menu_item: impl Into<AnimalOutsideMenuItem>)

.ctor(crate::app::animaloutsidemenuitem::AnimalOutsideMenuItem) overload

Source

fn get_name(self) -> Il2CppString

GetName() 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: IAnimalOutsideSubMenu_ExchangeMenuItem> IAnimalOutsideSubMenu_ExchangeMenuItemMethods for __T

Available on crate feature app-animaloutsidesubmenu only.