Struct windows::Win32::Media::Speech::ISpeechPhoneConverter_Vtbl
#[repr(C)]pub struct ISpeechPhoneConverter_Vtbl {
pub base__: IDispatch_Vtbl,
pub LanguageId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetLanguageId: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub PhoneToId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub IdToPhone: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§LanguageId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetLanguageId: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§PhoneToId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§IdToPhone: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl ISpeechPhoneConverter_Vtbl
impl ISpeechPhoneConverter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpeechPhoneConverter_Vtblwhere
Identity: ISpeechPhoneConverter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechPhoneConverter_Vtbl
impl RefUnwindSafe for ISpeechPhoneConverter_Vtbl
impl Send for ISpeechPhoneConverter_Vtbl
impl Sync for ISpeechPhoneConverter_Vtbl
impl Unpin for ISpeechPhoneConverter_Vtbl
impl UnwindSafe for ISpeechPhoneConverter_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