Struct windows::Win32::Media::Speech::ISpPhoneticAlphabetSelection_Vtbl
#[repr(C)]pub struct ISpPhoneticAlphabetSelection_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsAlphabetUPS: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetAlphabetToUPS: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsAlphabetUPS: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetAlphabetToUPS: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl ISpPhoneticAlphabetSelection_Vtbl
impl ISpPhoneticAlphabetSelection_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpPhoneticAlphabetSelection_Vtblwhere
Identity: ISpPhoneticAlphabetSelection_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpPhoneticAlphabetSelection_Vtbl
impl RefUnwindSafe for ISpPhoneticAlphabetSelection_Vtbl
impl Send for ISpPhoneticAlphabetSelection_Vtbl
impl Sync for ISpPhoneticAlphabetSelection_Vtbl
impl Unpin for ISpPhoneticAlphabetSelection_Vtbl
impl UnwindSafe for ISpPhoneticAlphabetSelection_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