#[repr(C)]pub struct ISpEnginePronunciation {
pub lpVtbl: *const ISpEnginePronunciationVtbl,
}
Fields§
§lpVtbl: *const ISpEnginePronunciationVtbl
Implementations§
Source§impl ISpEnginePronunciation
impl ISpEnginePronunciation
pub unsafe fn Normalize( &self, pszWord: LPCWSTR, pszLeftContext: LPCWSTR, pszRightContext: LPCWSTR, LangID: WORD, pNormalizationList: *mut SPNORMALIZATIONLIST, ) -> HRESULT
pub unsafe fn GetPronunciations( &self, pszWord: LPCWSTR, pszLeftContext: LPCWSTR, pszRightContext: LPCWSTR, LangID: WORD, pEnginePronunciationList: *mut SPWORDPRONUNCIATIONLIST, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpEnginePronunciation
impl Deref for ISpEnginePronunciation
Auto Trait Implementations§
impl Freeze for ISpEnginePronunciation
impl RefUnwindSafe for ISpEnginePronunciation
impl !Send for ISpEnginePronunciation
impl !Sync for ISpEnginePronunciation
impl Unpin for ISpEnginePronunciation
impl UnwindSafe for ISpEnginePronunciation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more