windows::Win32::Media::Speech

Trait ISpeechRecoResultTimes_Impl

pub trait ISpeechRecoResultTimes_Impl: IDispatch_Impl {
    // Required methods
    fn StreamTime(&self) -> Result<VARIANT>;
    fn Length(&self) -> Result<VARIANT>;
    fn TickCount(&self) -> Result<i32>;
    fn OffsetFromStart(&self) -> Result<VARIANT>;
}

Required Methods§

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

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

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

fn OffsetFromStart(&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§