pub trait INexVersus_ReportSequence: INexVersus_NexSequenceBase {
// Provided methods
fn m_data_id(self) -> u64 { ... }
fn set_m_data_id(self, value: u64) { ... }
fn m_screen_shot_id(self) -> u64 { ... }
fn set_m_screen_shot_id(self, value: u64) { ... }
fn m_reason(self) -> Il2CppString { ... }
fn set_m_reason(self, value: Il2CppString) { ... }
fn m_language(self) -> Il2CppString { ... }
fn set_m_language(self, value: Il2CppString) { ... }
fn m_is_not_send_succeed(self) -> bool { ... }
fn set_m_is_not_send_succeed(self, value: bool) { ... }
}Provided Methods§
fn m_data_id(self) -> u64
fn set_m_data_id(self, value: u64)
fn m_screen_shot_id(self) -> u64
fn set_m_screen_shot_id(self, value: u64)
fn m_reason(self) -> Il2CppString
fn set_m_reason(self, value: Il2CppString)
fn m_language(self) -> Il2CppString
fn set_m_language(self, value: Il2CppString)
fn m_is_not_send_succeed(self) -> bool
fn set_m_is_not_send_succeed(self, value: bool)
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.