Skip to main content

ISynthesisRingMenuTop_Result

Trait ISynthesisRingMenuTop_Result 

Source
pub trait ISynthesisRingMenuTop_Result: IObject {
    // Provided methods
    fn m_rnid(self) -> Il2CppString { ... }
    fn set_m_rnid(self, value: Il2CppString) { ... }
    fn m_base_ring_count(self) -> i32 { ... }
    fn set_m_base_ring_count(self, value: i32) { ... }
    fn m_piece_of_bonds_count(self) -> i32 { ... }
    fn set_m_piece_of_bonds_count(self, value: i32) { ... }
    fn m_god_unit_index(self) -> i32 { ... }
    fn set_m_god_unit_index(self, value: i32) { ... }
    fn m_menu_select(self) -> BasicMenuSelect { ... }
    fn set_m_menu_select(self, value: BasicMenuSelect) { ... }
}

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§