pub trait IChapterData: IStructData_1<ChapterData> {
// Provided methods
fn m_prefixless_cid(self) -> Il2CppString { ... }
fn set_m_prefixless_cid(self, value: Il2CppString) { ... }
fn m_cleared_flag_name(self) -> Il2CppString { ... }
fn set_m_cleared_flag_name(self, value: Il2CppString) { ... }
fn m_gmap_spot_flag_name(self) -> Il2CppString { ... }
fn set_m_gmap_spot_flag_name(self, value: Il2CppString) { ... }
fn m_place_name(self) -> Il2CppString { ... }
fn set_m_place_name(self, value: Il2CppString) { ... }
}Provided Methods§
fn m_prefixless_cid(self) -> Il2CppString
fn set_m_prefixless_cid(self, value: Il2CppString)
fn m_cleared_flag_name(self) -> Il2CppString
fn set_m_cleared_flag_name(self, value: Il2CppString)
fn m_gmap_spot_flag_name(self) -> Il2CppString
fn set_m_gmap_spot_flag_name(self, value: Il2CppString)
fn m_place_name(self) -> Il2CppString
fn set_m_place_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.