pub trait ITelopManager_ProcBondEngageBase: IProcInst {
// Provided methods
fn m_root_telop(self) -> TelopInstance { ... }
fn set_m_root_telop(self, value: TelopInstance) { ... }
fn m_asset_table_result(self) -> AssetTable_Result { ... }
fn set_m_asset_table_result(self, value: AssetTable_Result) { ... }
fn m_sequence(self) -> TelopManager_ProcBondEngageBase_Sequence { ... }
fn set_m_sequence(self, value: TelopManager_ProcBondEngageBase_Sequence) { ... }
fn m_wait_frame(self) -> i32 { ... }
fn set_m_wait_frame(self, value: i32) { ... }
}Provided Methods§
fn m_root_telop(self) -> TelopInstance
fn set_m_root_telop(self, value: TelopInstance)
fn m_asset_table_result(self) -> AssetTable_Result
fn set_m_asset_table_result(self, value: AssetTable_Result)
fn m_sequence(self) -> TelopManager_ProcBondEngageBase_Sequence
fn set_m_sequence(self, value: TelopManager_ProcBondEngageBase_Sequence)
fn m_wait_frame(self) -> i32
fn set_m_wait_frame(self, value: i32)
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.