windows::Win32::Media::Speech

Trait ISpeechLexiconWord_Impl

pub trait ISpeechLexiconWord_Impl: IDispatch_Impl {
    // Required methods
    fn LangId(&self) -> Result<i32>;
    fn Type(&self) -> Result<SpeechWordType>;
    fn Word(&self) -> Result<BSTR>;
    fn Pronunciations(&self) -> Result<ISpeechLexiconPronunciations>;
}

Required Methods§

fn LangId(&self) -> Result<i32>

fn Type(&self) -> Result<SpeechWordType>

fn Word(&self) -> Result<BSTR>

fn Pronunciations(&self) -> Result<ISpeechLexiconPronunciations>

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§