windows::Win32::Media::Speech

Trait ISpeechMMSysAudio_Impl

pub trait ISpeechMMSysAudio_Impl: ISpeechAudio_Impl {
    // Required methods
    fn DeviceId(&self) -> Result<i32>;
    fn SetDeviceId(&self, deviceid: i32) -> Result<()>;
    fn LineId(&self) -> Result<i32>;
    fn SetLineId(&self, lineid: i32) -> Result<()>;
    fn MMHandle(&self) -> Result<i32>;
}

Required Methods§

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

fn SetDeviceId(&self, deviceid: i32) -> Result<()>

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

fn SetLineId(&self, lineid: i32) -> Result<()>

fn MMHandle(&self) -> Result<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§