pub trait IRingListSequence_RelatedGroupWindow: IObject {
// Provided methods
fn m_root_object(self) -> GameObject { ... }
fn set_m_root_object(self, value: GameObject) { ... }
fn m_group_name_text(self) -> TextMeshProUGUI { ... }
fn set_m_group_name_text(self, value: TextMeshProUGUI) { ... }
fn m_current_world_mid(self) -> Il2CppString { ... }
fn set_m_current_world_mid(self, value: Il2CppString) { ... }
}Provided Methods§
fn m_root_object(self) -> GameObject
fn set_m_root_object(self, value: GameObject)
fn m_group_name_text(self) -> TextMeshProUGUI
fn set_m_group_name_text(self, value: TextMeshProUGUI)
fn m_current_world_mid(self) -> Il2CppString
fn set_m_current_world_mid(self, value: Il2CppString)
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.