Skip to main content

IRefineRingResult10RingInfoContent_RingParam

Trait IRefineRingResult10RingInfoContent_RingParam 

Source
pub trait IRefineRingResult10RingInfoContent_RingParam: IObject {
    // Provided methods
    fn m_title_text(self) -> TextMeshProUGUI { ... }
    fn set_m_title_text(self, value: TextMeshProUGUI) { ... }
    fn m_value_text(self) -> TextMeshProUGUI { ... }
    fn set_m_value_text(self, value: TextMeshProUGUI) { ... }
}

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§