pub trait IVersusSequence_VersusSequenceLocal: IVersusSequence_VersusSequenceBase_1<VersusSequence_VersusSequenceLocal> {
// Provided methods
fn m_root_path(self) -> Il2CppString { ... }
fn set_m_root_path(self, value: Il2CppString) { ... }
fn m_my_casual_meta_data_path(self) -> Il2CppString { ... }
fn set_m_my_casual_meta_data_path(self, value: Il2CppString) { ... }
fn m_my_edit_data_path(self) -> Il2CppString { ... }
fn set_m_my_edit_data_path(self, value: Il2CppString) { ... }
fn m_selected_replay_meta_path(self) -> Il2CppString { ... }
fn set_m_selected_replay_meta_path(self, value: Il2CppString) { ... }
fn m_is_succeeded_last_upload(self) -> bool { ... }
fn set_m_is_succeeded_last_upload(self, value: bool) { ... }
fn m_last_replay_get_slot(self) -> u16 { ... }
fn set_m_last_replay_get_slot(self, value: u16) { ... }
}Provided Methods§
fn m_root_path(self) -> Il2CppString
fn set_m_root_path(self, value: Il2CppString)
fn m_my_casual_meta_data_path(self) -> Il2CppString
fn set_m_my_casual_meta_data_path(self, value: Il2CppString)
fn m_my_edit_data_path(self) -> Il2CppString
fn set_m_my_edit_data_path(self, value: Il2CppString)
fn m_selected_replay_meta_path(self) -> Il2CppString
fn set_m_selected_replay_meta_path(self, value: Il2CppString)
fn m_is_succeeded_last_upload(self) -> bool
fn set_m_is_succeeded_last_upload(self, value: bool)
fn m_last_replay_get_slot(self) -> u16
fn set_m_last_replay_get_slot(self, value: u16)
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.