pub trait IRefineRingResult10Window: IMonoBehaviour {
// Provided methods
fn m_animator(self) -> Animator { ... }
fn set_m_animator(self, value: Animator) { ... }
fn m_ring_info_content(self) -> Array<RefineRingResult10RingInfoContent> { ... }
fn set_m_ring_info_content(
self,
value: Array<RefineRingResult10RingInfoContent>,
) { ... }
}Provided Methods§
fn m_animator(self) -> Animator
fn set_m_animator(self, value: Animator)
fn m_ring_info_content(self) -> Array<RefineRingResult10RingInfoContent>
fn set_m_ring_info_content( self, value: Array<RefineRingResult10RingInfoContent>, )
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.