Struct windows::Win32::Media::Speech::ISpEnginePronunciation_Vtbl
#[repr(C)]pub struct ISpEnginePronunciation_Vtbl {
pub base__: IUnknown_Vtbl,
pub Normalize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u16, _: *mut SPNORMALIZATIONLIST) -> HRESULT,
pub GetPronunciations: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u16, _: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Normalize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u16, _: *mut SPNORMALIZATIONLIST) -> HRESULT
§GetPronunciations: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u16, _: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT
Implementations§
§impl ISpEnginePronunciation_Vtbl
impl ISpEnginePronunciation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpEnginePronunciation_Vtblwhere
Identity: ISpEnginePronunciation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpEnginePronunciation_Vtbl
impl RefUnwindSafe for ISpEnginePronunciation_Vtbl
impl Send for ISpEnginePronunciation_Vtbl
impl Sync for ISpEnginePronunciation_Vtbl
impl Unpin for ISpEnginePronunciation_Vtbl
impl UnwindSafe for ISpEnginePronunciation_Vtbl
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