Struct ISpeechRecoResult2_Vtbl
#[repr(C)]pub struct ISpeechRecoResult2_Vtbl {
pub base__: ISpeechRecoResult_Vtbl,
pub SetTextFeedback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: ISpeechRecoResult_Vtbl
§SetTextFeedback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl ISpeechRecoResult2_Vtbl
impl ISpeechRecoResult2_Vtbl
pub const fn new<Identity: ISpeechRecoResult2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechRecoResult2_Vtbl
impl RefUnwindSafe for ISpeechRecoResult2_Vtbl
impl Send for ISpeechRecoResult2_Vtbl
impl Sync for ISpeechRecoResult2_Vtbl
impl Unpin for ISpeechRecoResult2_Vtbl
impl UnwindSafe for ISpeechRecoResult2_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