pub trait IChapterRecord_Record: IObject {
// Provided methods
fn cid(self) -> Il2CppString { ... }
fn set_cid(self, value: Il2CppString) { ... }
fn mvp_pid(self) -> Il2CppString { ... }
fn set_mvp_pid(self, value: Il2CppString) { ... }
fn mvp_jid(self) -> Il2CppString { ... }
fn set_mvp_jid(self, value: Il2CppString) { ... }
fn mvp_gid(self) -> Il2CppString { ... }
fn set_mvp_gid(self, value: Il2CppString) { ... }
fn clear_time(self) -> f32 { ... }
fn set_clear_time(self, value: f32) { ... }
fn clear_turn(self) -> i32 { ... }
fn set_clear_turn(self, value: i32) { ... }
}Provided Methods§
fn cid(self) -> Il2CppString
fn set_cid(self, value: Il2CppString)
fn mvp_pid(self) -> Il2CppString
fn set_mvp_pid(self, value: Il2CppString)
fn mvp_jid(self) -> Il2CppString
fn set_mvp_jid(self, value: Il2CppString)
fn mvp_gid(self) -> Il2CppString
fn set_mvp_gid(self, value: Il2CppString)
fn clear_time(self) -> f32
fn set_clear_time(self, value: f32)
fn clear_turn(self) -> i32
fn set_clear_turn(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.