Skip to main content

IDebugPathMenu_EntryMenuItem

Trait IDebugPathMenu_EntryMenuItem 

Source
pub trait IDebugPathMenu_EntryMenuItem: IMenuItem {
    // Provided methods
    fn m_setting(self) -> DebugPathMenu_Setting { ... }
    fn set_m_setting(self, value: DebugPathMenu_Setting) { ... }
    fn m_current_path(self) -> Il2CppString { ... }
    fn set_m_current_path(self, value: Il2CppString) { ... }
    fn m_entry_data(self) -> DebugPathMenu_EntryData { ... }
    fn set_m_entry_data(self, value: DebugPathMenu_EntryData) { ... }
}

Provided Methods§

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§