pub trait IProfileCardRoot_AchievementInfo: IObject {
// Provided methods
fn m_icon(self) -> Image { ... }
fn set_m_icon(self, value: Image) { ... }
fn m_caption(self) -> TextMeshProUGUI { ... }
fn set_m_caption(self, value: TextMeshProUGUI) { ... }
fn m_count(self) -> TextMeshProUGUI { ... }
fn set_m_count(self, value: TextMeshProUGUI) { ... }
fn m_bg_image(self) -> Image { ... }
fn set_m_bg_image(self, value: Image) { ... }
}Provided Methods§
fn m_icon(self) -> Image
fn set_m_icon(self, value: Image)
fn m_caption(self) -> TextMeshProUGUI
fn set_m_caption(self, value: TextMeshProUGUI)
fn m_count(self) -> TextMeshProUGUI
fn set_m_count(self, value: TextMeshProUGUI)
fn m_bg_image(self) -> Image
fn set_m_bg_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.