Skip to main content

ITelopManager_ProcBondEngageQuartetteMethods

Trait ITelopManager_ProcBondEngageQuartetteMethods 

Source
pub trait ITelopManager_ProcBondEngageQuartetteMethods: ITelopManager_ProcBondEngageQuartette {
    // Provided methods
    fn ctor(
        self,
        first_main_god: impl Into<GodData>,
        second_main_god: impl Into<GodData>,
        third_main_god: impl Into<GodData>,
        sub_god: impl Into<GodData>,
    ) { ... }
    fn load_face(self) { ... }
    fn play_telop(self) { ... }
    fn release_face(self) { ... }
}

Provided Methods§

Source

fn ctor( self, first_main_god: impl Into<GodData>, second_main_god: impl Into<GodData>, third_main_god: impl Into<GodData>, sub_god: impl Into<GodData>, )

.ctor(crate::app::goddata::GodData, crate::app::goddata::GodData, crate::app::goddata::GodData, crate::app::goddata::GodData) overload

Source

fn load_face(self)

LoadFace() overload

Source

fn play_telop(self)

PlayTelop() overload

Source

fn release_face(self)

ReleaseFace() overload

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§

Source§

impl<__T: ITelopManager_ProcBondEngageQuartette> ITelopManager_ProcBondEngageQuartetteMethods for __T

Available on crate feature app-telopmanager only.