pub trait IRefineShopExchangeMenuTop_ConfirmDialog_YesMenuItemMethods: IRefineShopExchangeMenuTop_ConfirmDialog_YesMenuItem {
// Provided methods
fn ctor(
self,
message: impl Into<Il2CppString>,
yes_event_handler: impl Into<RefineShopExchangeMenuTop_ConfirmDialog_YesEventHandler>,
) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
Sourcefn ctor(
self,
message: impl Into<Il2CppString>,
yes_event_handler: impl Into<RefineShopExchangeMenuTop_ConfirmDialog_YesEventHandler>,
)
fn ctor( self, message: impl Into<Il2CppString>, yes_event_handler: impl Into<RefineShopExchangeMenuTop_ConfirmDialog_YesEventHandler>, )
.ctor(::unity::Il2CppString, crate::app::refineshopexchangemenutop::RefineShopExchangeMenuTop_ConfirmDialog_YesEventHandler) overload
Sourcefn a_call(self) -> BasicMenu_Result
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§
impl<__T: IRefineShopExchangeMenuTop_ConfirmDialog_YesMenuItem> IRefineShopExchangeMenuTop_ConfirmDialog_YesMenuItemMethods for __T
Available on crate feature
app-refineshopexchangemenutop only.