Skip to main content

ITelopManager_ProcBondEngagePair

Trait ITelopManager_ProcBondEngagePair 

Source
pub trait ITelopManager_ProcBondEngagePair: ITelopManager_ProcBondEngageBase {
    // Provided methods
    fn m_main_god(self) -> GodData { ... }
    fn set_m_main_god(self, value: GodData) { ... }
    fn m_sub_god(self) -> GodData { ... }
    fn set_m_sub_god(self, value: GodData) { ... }
}

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§