Skip to main content

IAmiiboSequence

Trait IAmiiboSequence 

Source
pub trait IAmiiboSequence: ISingletonProcInst_1<AmiiboSequence> {
    // Provided methods
    fn m_retry_count(self) -> i32 { ... }
    fn set_m_retry_count(self, value: i32) { ... }
    fn m_gain_item_list(self) -> List_1<AmiiboSequence_GainItemData> { ... }
    fn set_m_gain_item_list(self, value: List_1<AmiiboSequence_GainItemData>) { ... }
    fn m_gain_item_index(self) -> i32 { ... }
    fn set_m_gain_item_index(self, value: i32) { ... }
    fn m_debug_already_get_once_item(self) -> bool { ... }
    fn set_m_debug_already_get_once_item(self, value: bool) { ... }
}

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§