Skip to main content

IAmiiboTopSequence

Trait IAmiiboTopSequence 

Source
pub trait IAmiiboTopSequence: ISingletonProcInst_1<AmiiboTopSequence> {
    // Provided methods
    fn m_menu_result(self) -> AmiiboTopMenu_MenuResult { ... }
    fn set_m_menu_result(self, value: AmiiboTopMenu_MenuResult) { ... }
    fn m_accessory_shop_change_root(self) -> AccessoryShopChangeRoot { ... }
    fn set_m_accessory_shop_change_root(self, value: AccessoryShopChangeRoot) { ... }
}

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§