Skip to main content

IRingGachaSequence_Result1Proc

Trait IRingGachaSequence_Result1Proc 

Source
pub trait IRingGachaSequence_Result1Proc: IProcInst {
    // Provided methods
    fn m_refine_ring_result1_window(self) -> RefineRingResult1Window { ... }
    fn set_m_refine_ring_result1_window(self, value: RefineRingResult1Window) { ... }
    fn m_unit_ring(self) -> UnitRing { ... }
    fn set_m_unit_ring(self, value: UnitRing) { ... }
    fn m_new(self) -> bool { ... }
    fn set_m_new(self, value: bool) { ... }
    fn m_title_bar(self) -> TitleBar { ... }
    fn set_m_title_bar(self, value: TitleBar) { ... }
}

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§