Skip to main content

IGmapTeleportMenu

Trait IGmapTeleportMenu 

Source
pub trait IGmapTeleportMenu: IBasicMenu {
    // Provided methods
    fn m_content(self) -> SystemScrollMenuContent { ... }
    fn set_m_content(self, value: SystemScrollMenuContent) { ... }
    fn m_gmap_info(self) -> GmapMapInfoContent { ... }
    fn set_m_gmap_info(self, value: GmapMapInfoContent) { ... }
    fn m_decide_callback(self) -> GmapTeleportMenu_DecideEventHandler { ... }
    fn set_m_decide_callback(self, value: GmapTeleportMenu_DecideEventHandler) { ... }
    fn m_go_to_solanel_callback(self) -> Action { ... }
    fn set_m_go_to_solanel_callback(self, value: Action) { ... }
    fn m_close_map_and_bar_func(self) -> Action { ... }
    fn set_m_close_map_and_bar_func(self, value: Action) { ... }
}

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§