Skip to main content

IGoToSolanelOrDlcGmapDialog_DialogGmapItemMethods

Trait IGoToSolanelOrDlcGmapDialog_DialogGmapItemMethods 

Source
pub trait IGoToSolanelOrDlcGmapDialog_DialogGmapItemMethods: IGoToSolanelOrDlcGmapDialog_DialogGmapItem {
    // Provided methods
    fn ctor(
        self,
        label: impl Into<Il2CppString>,
        mode: impl Into<GmapMode_Mode>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, label: impl Into<Il2CppString>, mode: impl Into<GmapMode_Mode>)

.ctor(::unity::Il2CppString, crate::app::gmapmode::GmapMode_Mode) 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§

Source§

impl<__T: IGoToSolanelOrDlcGmapDialog_DialogGmapItem> IGoToSolanelOrDlcGmapDialog_DialogGmapItemMethods for __T

Available on crate feature app-gmap-gotosolanelordlcgmapdialog only.