windows::Win32::Media::Speech

Trait ISpeechMemoryStream_Impl

pub trait ISpeechMemoryStream_Impl: ISpeechBaseStream_Impl {
    // Required methods
    fn SetData(&self, data: &VARIANT) -> Result<()>;
    fn GetData(&self) -> Result<VARIANT>;
}

Required Methods§

fn SetData(&self, data: &VARIANT) -> Result<()>

fn GetData(&self) -> Result<VARIANT>

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§