pub trait IMyRoomSequence: ISingletonProcInst_1<MyRoomSequence> {
// Provided methods
fn m_top_menu_result(self) -> MyRoomTopMenu_MenuResult { ... }
fn set_m_top_menu_result(self, value: MyRoomTopMenu_MenuResult) { ... }
fn m_recall_menu_result(self) -> MyRoomRecallMenu_MenuResult { ... }
fn set_m_recall_menu_result(self, value: MyRoomRecallMenu_MenuResult) { ... }
fn m_menu_item_result(self) -> BasicMenu_Result { ... }
fn set_m_menu_item_result(self, value: BasicMenu_Result) { ... }
fn mess_name(self) -> Il2CppString { ... }
fn set_mess_name(self, value: Il2CppString) { ... }
fn demo_name(self) -> Il2CppString { ... }
fn set_demo_name(self, value: Il2CppString) { ... }
}Provided Methods§
fn mess_name(self) -> Il2CppString
fn set_mess_name(self, value: Il2CppString)
fn demo_name(self) -> Il2CppString
fn set_demo_name(self, value: Il2CppString)
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.