Skip to main content

IAmiiboSoundMenu

Trait IAmiiboSoundMenu 

Source
pub trait IAmiiboSoundMenu: IBasicMenu {
    // Provided methods
    fn m_handle(self) -> GameSound_Handle { ... }
    fn set_m_handle(self, value: GameSound_Handle) { ... }
}

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§