pub trait ISolanelInfoMenuItemContent: IBasicMenuItemContent {
// Provided methods
fn m_icon_obj_list(self) -> List_1<GameObject> { ... }
fn set_m_icon_obj_list(self, value: List_1<GameObject>) { ... }
fn m_sub_name_obj(self) -> GameObject { ... }
fn set_m_sub_name_obj(self, value: GameObject) { ... }
fn m_unit_icon(self) -> UnitIcon { ... }
fn set_m_unit_icon(self, value: UnitIcon) { ... }
}Provided Methods§
fn m_icon_obj_list(self) -> List_1<GameObject>
fn set_m_icon_obj_list(self, value: List_1<GameObject>)
fn m_sub_name_obj(self) -> GameObject
fn set_m_sub_name_obj(self, value: GameObject)
fn m_unit_icon(self) -> UnitIcon
fn set_m_unit_icon(self, value: UnitIcon)
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.