Skip to main content

IRingListSequence_RingListWindow_RingInfo_Gain

Trait IRingListSequence_RingListWindow_RingInfo_Gain 

Source
pub trait IRingListSequence_RingListWindow_RingInfo_Gain: IObject {
    // Provided methods
    fn m_name_text(self) -> TextMeshProUGUI { ... }
    fn set_m_name_text(self, value: TextMeshProUGUI) { ... }
    fn m_param_text(self) -> TextMeshProUGUI { ... }
    fn set_m_param_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§