Skip to main content

IActionSubspaceBack

Trait IActionSubspaceBack 

Source
pub trait IActionSubspaceBack: IState {
    // Provided methods
    fn m_side(self) -> i32 { ... }
    fn set_m_side(self, value: i32) { ... }
    fn m_is_last_boss_dead(self) -> bool { ... }
    fn set_m_is_last_boss_dead(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_side(self) -> i32

Source

fn set_m_side(self, value: i32)

Source

fn m_is_last_boss_dead(self) -> bool

Source

fn set_m_is_last_boss_dead(self, value: bool)

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§