pub trait IRingData: IStructData_1<RingData> {
// Provided methods
fn m_group(self) -> Il2CppString { ... }
fn set_m_group(self, value: Il2CppString) { ... }
fn m_flag_name(self) -> Il2CppString { ... }
fn set_m_flag_name(self, value: Il2CppString) { ... }
fn m_jewel_color(self) -> Color { ... }
fn set_m_jewel_color(self, value: Color) { ... }
fn m_rim_color(self) -> Color { ... }
fn set_m_rim_color(self, value: Color) { ... }
}Provided Methods§
fn m_group(self) -> Il2CppString
fn set_m_group(self, value: Il2CppString)
fn m_flag_name(self) -> Il2CppString
fn set_m_flag_name(self, value: Il2CppString)
fn m_jewel_color(self) -> Color
fn set_m_jewel_color(self, value: Color)
fn m_rim_color(self) -> Color
fn set_m_rim_color(self, value: Color)
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.