Skip to main content

ITelopManager_ProcBondEngageQuartette

Trait ITelopManager_ProcBondEngageQuartette 

Source
pub trait ITelopManager_ProcBondEngageQuartette: ITelopManager_ProcBondEngageBase {
    // Provided methods
    fn m_1st_main_god(self) -> GodData { ... }
    fn set_m_1st_main_god(self, value: GodData) { ... }
    fn m_2nd_main_god(self) -> GodData { ... }
    fn set_m_2nd_main_god(self, value: GodData) { ... }
    fn m_3rd_main_god(self) -> GodData { ... }
    fn set_m_3rd_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§