Struct windows::Win32::UI::TextServices::ISpeechCommandProvider_Vtbl
#[repr(C)]pub struct ISpeechCommandProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub EnumSpeechCommands: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT,
pub ProcessCommand: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u16) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§EnumSpeechCommands: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT
§ProcessCommand: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u16) -> HRESULT
Implementations§
§impl ISpeechCommandProvider_Vtbl
impl ISpeechCommandProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpeechCommandProvider_Vtblwhere
Identity: ISpeechCommandProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechCommandProvider_Vtbl
impl RefUnwindSafe for ISpeechCommandProvider_Vtbl
impl Send for ISpeechCommandProvider_Vtbl
impl Sync for ISpeechCommandProvider_Vtbl
impl Unpin for ISpeechCommandProvider_Vtbl
impl UnwindSafe for ISpeechCommandProvider_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