Skip to main content

IFileViewerItem_PathItemMethods

Trait IFileViewerItem_PathItemMethods 

Source
pub trait IFileViewerItem_PathItemMethods: IFileViewerItem_PathItem {
    // Provided methods
    fn ctor(
        self,
        path: impl Into<Il2CppString>,
        name: impl Into<Il2CppString>,
        func: impl Into<Func_3<DebugMenu, Il2CppString, MenuItem_Result>>,
    ) { ... }
    fn get_full_path(self) -> Il2CppString { ... }
    fn get_func(self) -> Func_3<DebugMenu, Il2CppString, MenuItem_Result> { ... }
    fn do_func(self) -> MenuItem_Result { ... }
}

Provided Methods§

Source

fn ctor( self, path: impl Into<Il2CppString>, name: impl Into<Il2CppString>, func: impl Into<Func_3<DebugMenu, Il2CppString, MenuItem_Result>>, )

.ctor(::unity::Il2CppString, ::unity::Il2CppString, crate::system::func_3::Func_3<crate::app::debugmenu::DebugMenu,::unity::Il2CppString,crate::app::menuitem::MenuItem_Result>) overload

Source

fn get_full_path(self) -> Il2CppString

GetFullPath() overload

Source

fn get_func(self) -> Func_3<DebugMenu, Il2CppString, MenuItem_Result>

GetFunc() overload

Source

fn do_func(self) -> MenuItem_Result

DoFunc() 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: IFileViewerItem_PathItem> IFileViewerItem_PathItemMethods for __T

Available on crate feature app-filevieweritem only.