Skip to main content

IMapSystemMenu_SubSystemMenu_RestartItem_ConfirmDialogItemYesMethods

Trait IMapSystemMenu_SubSystemMenu_RestartItem_ConfirmDialogItemYesMethods 

Source
pub trait IMapSystemMenu_SubSystemMenu_RestartItem_ConfirmDialogItemYesMethods: IMapSystemMenu_SubSystemMenu_RestartItem_ConfirmDialogItemYes {
    // Provided methods
    fn ctor(self, target: impl Into<GameUserRestartData_Targtes>) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, target: impl Into<GameUserRestartData_Targtes>)

.ctor(crate::app::gameuserrestartdata::GameUserRestartData_Targtes) 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§