Skip to main content

IChallengeSequence

Trait IChallengeSequence 

Source
pub trait IChallengeSequence: IProcInst {
    // Provided methods
    fn m_challenge_map_select_root(self) -> ChallengeMapSelectRoot { ... }
    fn set_m_challenge_map_select_root(self, value: ChallengeMapSelectRoot) { ... }
    fn m_bg(self) -> MenuBg { ... }
    fn set_m_bg(self, value: MenuBg) { ... }
    fn m_result(self) -> BasicMenu_Result { ... }
    fn set_m_result(self, value: BasicMenu_Result) { ... }
    fn m_challenge_data(self) -> ChallengeData { ... }
    fn set_m_challenge_data(self, value: ChallengeData) { ... }
    fn m_difficulty(self) -> i32 { ... }
    fn set_m_difficulty(self, value: i32) { ... }
}

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§