Skip to main content

ISortieSequenceRelianceTalk

Trait ISortieSequenceRelianceTalk 

Source
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§

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.

Implementors§