pub trait IVersusReportSequence: IProcInst {
// Provided methods
fn m_content(self) -> VersusViolationTopContent { ... }
fn set_m_content(self, value: VersusViolationTopContent) { ... }
fn m_bg(self) -> MenuBg { ... }
fn set_m_bg(self, value: MenuBg) { ... }
fn m_map_texture(self) -> Texture2D { ... }
fn set_m_map_texture(self, value: Texture2D) { ... }
fn m_reason(self) -> Il2CppString { ... }
fn set_m_reason(self, value: Il2CppString) { ... }
fn m_reason_display(self) -> Il2CppString { ... }
fn set_m_reason_display(self, value: Il2CppString) { ... }
fn m_is_reported(self) -> bool { ... }
fn set_m_is_reported(self, value: bool) { ... }
}Provided Methods§
fn m_content(self) -> VersusViolationTopContent
fn set_m_content(self, value: VersusViolationTopContent)
fn m_bg(self) -> MenuBg
fn set_m_bg(self, value: MenuBg)
fn m_map_texture(self) -> Texture2D
fn set_m_map_texture(self, value: Texture2D)
fn m_reason(self) -> Il2CppString
fn set_m_reason(self, value: Il2CppString)
fn m_reason_display(self) -> Il2CppString
fn set_m_reason_display(self, value: Il2CppString)
fn m_is_reported(self) -> bool
fn set_m_is_reported(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.