pub trait IRingListSequence_CharaInfoWindow: IObject {
// Provided methods
fn m_chara_name_text(self) -> TextMeshProUGUI { ... }
fn set_m_chara_name_text(self, value: TextMeshProUGUI) { ... }
fn m_ring_name_text(self) -> TextMeshProUGUI { ... }
fn set_m_ring_name_text(self, value: TextMeshProUGUI) { ... }
fn m_chara_description_text(self) -> Array<TextMeshProUGUI> { ... }
fn set_m_chara_description_text(self, value: Array<TextMeshProUGUI>) { ... }
fn m_ring_image(self) -> Image { ... }
fn set_m_ring_image(self, value: Image) { ... }
}Provided Methods§
fn m_chara_name_text(self) -> TextMeshProUGUI
fn set_m_chara_name_text(self, value: TextMeshProUGUI)
fn m_ring_name_text(self) -> TextMeshProUGUI
fn set_m_ring_name_text(self, value: TextMeshProUGUI)
fn m_chara_description_text(self) -> Array<TextMeshProUGUI>
fn set_m_chara_description_text(self, value: Array<TextMeshProUGUI>)
fn m_ring_image(self) -> Image
fn set_m_ring_image(self, value: Image)
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.