Struct windows::Win32::Media::Speech::ISpNotifyTranslator_Vtbl
#[repr(C)]pub struct ISpNotifyTranslator_Vtbl {
pub base__: ISpNotifySink_Vtbl,
pub InitWindowMessage: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM) -> HRESULT,
pub InitCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut SPNOTIFYCALLBACK, _: WPARAM, _: LPARAM) -> HRESULT,
pub InitSpNotifyCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WPARAM, _: LPARAM) -> HRESULT,
pub InitWin32Event: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: BOOL) -> HRESULT,
pub Wait: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetEventHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
}
Fields§
§base__: ISpNotifySink_Vtbl
§InitWindowMessage: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM) -> HRESULT
§InitCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut SPNOTIFYCALLBACK, _: WPARAM, _: LPARAM) -> HRESULT
§InitSpNotifyCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WPARAM, _: LPARAM) -> HRESULT
§InitWin32Event: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: BOOL) -> HRESULT
§Wait: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetEventHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
Implementations§
§impl ISpNotifyTranslator_Vtbl
impl ISpNotifyTranslator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpNotifyTranslator_Vtblwhere
Identity: ISpNotifyTranslator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpNotifyTranslator_Vtbl
impl RefUnwindSafe for ISpNotifyTranslator_Vtbl
impl Send for ISpNotifyTranslator_Vtbl
impl Sync for ISpNotifyTranslator_Vtbl
impl Unpin for ISpNotifyTranslator_Vtbl
impl UnwindSafe for ISpNotifyTranslator_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