Skip to main content

IRelayTakeOverMenuMethods

Trait IRelayTakeOverMenuMethods 

Source
pub trait IRelayTakeOverMenuMethods: IRelayTakeOverMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<RelayModeMenuContent>,
        initial_selected: impl Into<RelayTakeOverMenu_Result2>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn get_tutorial(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<RelayModeMenuContent>, initial_selected: impl Into<RelayTakeOverMenu_Result2>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::relaymodemenucontent::RelayModeMenuContent, crate::app::relaytakeovermenu::RelayTakeOverMenu_Result2) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn get_tutorial(self) -> Il2CppString

GetTutorial() 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: IRelayTakeOverMenu> IRelayTakeOverMenuMethods for __T

Available on crate feature app-relaytakeovermenu only.