Skip to main content

IGodGrowSequence

Trait IGodGrowSequence 

Source
pub trait IGodGrowSequence: IProcInst {
    // Provided methods
    fn m_god_unit(self) -> GodUnit { ... }
    fn set_m_god_unit(self, value: GodUnit) { ... }
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_exp(self) -> i32 { ... }
    fn set_m_exp(self, value: i32) { ... }
    fn m_dirty(self) -> i32 { ... }
    fn set_m_dirty(self, value: i32) { ... }
    fn m_old_level(self) -> i32 { ... }
    fn set_m_old_level(self, value: i32) { ... }
}

Provided Methods§

Source

fn m_god_unit(self) -> GodUnit

Source

fn set_m_god_unit(self, value: GodUnit)

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_exp(self) -> i32

Source

fn set_m_exp(self, value: i32)

Source

fn m_dirty(self) -> i32

Source

fn set_m_dirty(self, value: i32)

Source

fn m_old_level(self) -> i32

Source

fn set_m_old_level(self, value: i32)

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§