Trait windows::Win32::Media::Speech::ISpeechPhraseRules_Impl
pub trait ISpeechPhraseRules_Impl: Sized + IDispatch_Impl {
// Required methods
fn Count(&self) -> Result<i32>;
fn Item(&self, index: i32) -> Result<ISpeechPhraseRule>;
fn _NewEnum(&self) -> Result<IUnknown>;
}
Required Methods§
fn Count(&self) -> Result<i32>
fn Item(&self, index: i32) -> Result<ISpeechPhraseRule>
fn _NewEnum(&self) -> Result<IUnknown>
Object Safety§
This trait is not object safe.