Skip to main content

IRingCleaningUnitSelectMenu

Trait IRingCleaningUnitSelectMenu 

Source
pub trait IRingCleaningUnitSelectMenu: IBasicMenu {
    // Provided methods
    fn m_god_list(self) -> List_1<RingCleaningUnitSelectMenu_GodParam> { ... }
    fn set_m_god_list(self, value: List_1<RingCleaningUnitSelectMenu_GodParam>) { ... }
    fn m_god_list_index(self) -> i32 { ... }
    fn set_m_god_list_index(self, value: i32) { ... }
}

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§