Struct windows::Win32::Media::Speech::ISpPhoneticAlphabetConverter_Vtbl
#[repr(C)]pub struct ISpPhoneticAlphabetConverter_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetLangId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub SetLangId: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub SAPI2UPS: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut u16, _: u32) -> HRESULT,
pub UPS2SAPI: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut u16, _: u32) -> HRESULT,
pub GetMaxConvertLength: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetLangId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§SetLangId: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§SAPI2UPS: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut u16, _: u32) -> HRESULT
§UPS2SAPI: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: *mut u16, _: u32) -> HRESULT
§GetMaxConvertLength: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: *mut u32) -> HRESULT
Implementations§
§impl ISpPhoneticAlphabetConverter_Vtbl
impl ISpPhoneticAlphabetConverter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpPhoneticAlphabetConverter_Vtblwhere
Identity: ISpPhoneticAlphabetConverter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpPhoneticAlphabetConverter_Vtbl
impl RefUnwindSafe for ISpPhoneticAlphabetConverter_Vtbl
impl Send for ISpPhoneticAlphabetConverter_Vtbl
impl Sync for ISpPhoneticAlphabetConverter_Vtbl
impl Unpin for ISpPhoneticAlphabetConverter_Vtbl
impl UnwindSafe for ISpPhoneticAlphabetConverter_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