windows::Win32::Media::Speech

Trait ISpeechPhraseRule_Impl

pub trait ISpeechPhraseRule_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Id(&self) -> Result<i32>;
    fn FirstElement(&self) -> Result<i32>;
    fn NumberOfElements(&self) -> Result<i32>;
    fn Parent(&self) -> Result<ISpeechPhraseRule>;
    fn Children(&self) -> Result<ISpeechPhraseRules>;
    fn Confidence(&self) -> Result<SpeechEngineConfidence>;
    fn EngineConfidence(&self) -> Result<f32>;
}

Required Methods§

fn Name(&self) -> Result<BSTR>

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

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

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

fn Parent(&self) -> Result<ISpeechPhraseRule>

fn Children(&self) -> Result<ISpeechPhraseRules>

fn Confidence(&self) -> Result<SpeechEngineConfidence>

fn EngineConfidence(&self) -> Result<f32>

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§