#[repr(C)]pub struct ISpPhoneticAlphabetConverter {
pub lpVtbl: *const ISpPhoneticAlphabetConverterVtbl,
}
Fields§
§lpVtbl: *const ISpPhoneticAlphabetConverterVtbl
Implementations§
Source§impl ISpPhoneticAlphabetConverter
impl ISpPhoneticAlphabetConverter
pub unsafe fn GetLangId(&self, pLangID: *mut WORD) -> HRESULT
pub unsafe fn SetLangId(&self, LangID: WORD) -> HRESULT
pub unsafe fn SAPI2UPS( &self, pszSAPIId: *const SPPHONEID, pszUPSId: *mut SPPHONEID, cMaxLength: DWORD, ) -> HRESULT
pub unsafe fn UPS2SAPI( &self, pszUPSId: *const SPPHONEID, pszSAPIId: *mut SPPHONEID, cMaxLength: DWORD, ) -> HRESULT
pub unsafe fn GetMaxConvertLength( &self, cSrcLength: DWORD, bSAPI2UPS: BOOL, pcMaxDestLength: *mut DWORD, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpPhoneticAlphabetConverter
impl Deref for ISpPhoneticAlphabetConverter
Auto Trait Implementations§
impl Freeze for ISpPhoneticAlphabetConverter
impl RefUnwindSafe for ISpPhoneticAlphabetConverter
impl !Send for ISpPhoneticAlphabetConverter
impl !Sync for ISpPhoneticAlphabetConverter
impl Unpin for ISpPhoneticAlphabetConverter
impl UnwindSafe for ISpPhoneticAlphabetConverter
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