Skip to main content

IAmiiboSoundMenuItemMethods

Trait IAmiiboSoundMenuItemMethods 

Source
pub trait IAmiiboSoundMenuItemMethods: IAmiiboSoundMenuItem {
    // Provided methods
    fn get_is_empty(self) -> bool { ... }
    fn set_is_empty(self, value: impl Into<bool>) { ... }
    fn get_is_new(self) -> bool { ... }
    fn ctor(self, music_data: impl Into<MusicData>, empty: impl Into<bool>) { ... }
    fn saw_new_music(self) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_is_empty(self) -> bool

get_IsEmpty() overload

Source

fn set_is_empty(self, value: impl Into<bool>)

set_IsEmpty(bool) overload

Source

fn get_is_new(self) -> bool

get_IsNew() overload

Source

fn ctor(self, music_data: impl Into<MusicData>, empty: impl Into<bool>)

.ctor(crate::app::musicdata::MusicData, bool) overload

Source

fn saw_new_music(self)

SawNewMusic() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

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§

Source§

impl<__T: IAmiiboSoundMenuItem> IAmiiboSoundMenuItemMethods for __T

Available on crate feature app-amiibosoundmenuitem only.