pub trait ITelopManager_ProcBondEngagePairMethods: ITelopManager_ProcBondEngagePair {
// Provided methods
fn ctor(self, 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, main_god: impl Into<GodData>, sub_god: impl Into<GodData>)
fn ctor(self, main_god: impl Into<GodData>, sub_god: impl Into<GodData>)
.ctor(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_ProcBondEngagePair> ITelopManager_ProcBondEngagePairMethods for __T
Available on crate feature
app-telopmanager only.