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§
Sourcefn 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 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
Sourcefn play_telop(self)
fn play_telop(self)
PlayTelop() overload
Sourcefn release_face(self)
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§
impl<__T: ITelopManager_ProcBondEngageQuartette> ITelopManager_ProcBondEngageQuartetteMethods for __T
Available on crate feature
app-telopmanager only.