pub trait ISortieSequenceRelianceTalk: ICommonRelianceTalkSequence {
// Provided methods
fn m_unit_a(self) -> Unit { ... }
fn set_m_unit_a(self, value: Unit) { ... }
fn m_ascii_name_a(self) -> Il2CppString { ... }
fn set_m_ascii_name_a(self, value: Il2CppString) { ... }
fn m_unit_b(self) -> Unit { ... }
fn set_m_unit_b(self, value: Unit) { ... }
fn m_ascii_name_b(self) -> Il2CppString { ... }
fn set_m_ascii_name_b(self, value: Il2CppString) { ... }
}Provided Methods§
fn m_unit_a(self) -> Unit
fn set_m_unit_a(self, value: Unit)
fn m_ascii_name_a(self) -> Il2CppString
fn set_m_ascii_name_a(self, value: Il2CppString)
fn m_unit_b(self) -> Unit
fn set_m_unit_b(self, value: Unit)
fn m_ascii_name_b(self) -> Il2CppString
fn set_m_ascii_name_b(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.