Skip to main content

IVolumeVoiceMenuItem

Trait IVolumeVoiceMenuItem 

Source
pub trait IVolumeVoiceMenuItem: IConfigBasicMenuItem {
    // Provided methods
    fn m_hero(self) -> Unit { ... }
    fn set_m_hero(self, value: Unit) { ... }
    fn m_is_play(self) -> bool { ... }
    fn set_m_is_play(self, value: bool) { ... }
    fn m_wait_frame(self) -> i32 { ... }
    fn set_m_wait_frame(self, value: i32) { ... }
}

Provided Methods§

Source

fn m_hero(self) -> Unit

Source

fn set_m_hero(self, value: Unit)

Source

fn m_is_play(self) -> bool

Source

fn set_m_is_play(self, value: bool)

Source

fn m_wait_frame(self) -> i32

Source

fn set_m_wait_frame(self, value: i32)

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§