Skip to main content

IHubPlayTalkAfter_SelectListMenuMethods

Trait IHubPlayTalkAfter_SelectListMenuMethods 

Source
pub trait IHubPlayTalkAfter_SelectListMenuMethods: IHubPlayTalkAfter_SelectListMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        super_: impl Into<ProcInst>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, super_: impl Into<ProcInst>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::procinst::ProcInst) 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: IHubPlayTalkAfter_SelectListMenu> IHubPlayTalkAfter_SelectListMenuMethods for __T

Available on crate feature app-hubplaytalkafter only.