Skip to main content

IVolumeVoiceMenuItemMethods

Trait IVolumeVoiceMenuItemMethods 

Source
pub trait IVolumeVoiceMenuItemMethods: IVolumeVoiceMenuItem {
    // Provided methods
    fn ctor(self) { ... }
    fn on_select(self) { ... }
    fn on_deselect(self) { ... }
    fn tick(self) { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
    fn init_content(self) { ... }
    fn set_help_text(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn tick(self)

Tick() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn init_content(self)

InitContent() overload

Source

fn set_help_text(self)

SetHelpText() 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: IVolumeVoiceMenuItem> IVolumeVoiceMenuItemMethods for __T

Available on crate feature root-volumevoicemenuitem only.