Skip to main content

IGoToSolanelConfirmDialog_GoToSolanelConfirmDialogItemYesMethods

Trait IGoToSolanelConfirmDialog_GoToSolanelConfirmDialogItemYesMethods 

Source
pub trait IGoToSolanelConfirmDialog_GoToSolanelConfirmDialogItemYesMethods: IGoToSolanelConfirmDialog_GoToSolanelConfirmDialogItemYes {
    // Provided methods
    fn ctor(
        self,
        decide_callback: impl Into<Action>,
        cancel_callback: impl Into<Action>,
        text: impl Into<Il2CppString>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, decide_callback: impl Into<Action>, cancel_callback: impl Into<Action>, text: impl Into<Il2CppString>, )

.ctor(crate::system::action::Action, crate::system::action::Action, ::unity::Il2CppString) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IGoToSolanelConfirmDialog_GoToSolanelConfirmDialogItemYes> IGoToSolanelConfirmDialog_GoToSolanelConfirmDialogItemYesMethods for __T

Available on crate feature app-gmap-gotosolanelconfirmdialog only.