windows::Win32::Media::Speech

Trait ISpPhoneConverter_Impl

pub trait ISpPhoneConverter_Impl: ISpObjectWithToken_Impl {
    // Required methods
    fn PhoneToId(&self, pszphone: &PCWSTR) -> Result<u16>;
    fn IdToPhone(&self, pid: *const u16, pszphone: PWSTR) -> Result<()>;
}

Required Methods§

fn PhoneToId(&self, pszphone: &PCWSTR) -> Result<u16>

fn IdToPhone(&self, pid: *const u16, pszphone: PWSTR) -> 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§