Skip to main content

IMapSequenceGod_ProcEngageStart

Trait IMapSequenceGod_ProcEngageStart 

Source
pub trait IMapSequenceGod_ProcEngageStart: IMapSequenceGod_ProcEngage {
    // Provided methods
    fn m_kind(self) -> MapSequenceGod_Kind { ... }
    fn set_m_kind(self, value: MapSequenceGod_Kind) { ... }
    fn m_is_simple(self) -> bool { ... }
    fn set_m_is_simple(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_kind(self) -> MapSequenceGod_Kind

Source

fn set_m_kind(self, value: MapSequenceGod_Kind)

Source

fn m_is_simple(self) -> bool

Source

fn set_m_is_simple(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§