windows::Win32::Media::Speech

Trait ISpPhoneticAlphabetSelection_Impl

pub trait ISpPhoneticAlphabetSelection_Impl: IUnknownImpl {
    // Required methods
    fn IsAlphabetUPS(&self) -> Result<BOOL>;
    fn SetAlphabetToUPS(&self, fforceups: BOOL) -> Result<()>;
}

Required Methods§

fn IsAlphabetUPS(&self) -> Result<BOOL>

fn SetAlphabetToUPS(&self, fforceups: BOOL) -> Result<()>

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§