#[repr(C)]pub struct ISpRecoResult2Vtbl {
pub parent: ISpRecoResultVtbl,
pub CommitAlternate: unsafe extern "system" fn(This: *mut ISpRecoResult2, pPhraseAlt: *mut ISpPhraseAlt, ppNewResult: *mut *mut ISpRecoResult) -> HRESULT,
pub CommitText: unsafe extern "system" fn(This: *mut ISpRecoResult2, ulStartElement: ULONG, cElements: ULONG, pszCorrectedData: LPCWSTR, eCommitFlags: DWORD) -> HRESULT,
pub SetTextFeedback: unsafe extern "system" fn(This: *mut ISpRecoResult2, pszFeedback: LPCWSTR, fSuccessful: BOOL) -> HRESULT,
}
Fields§
§parent: ISpRecoResultVtbl
§CommitAlternate: unsafe extern "system" fn(This: *mut ISpRecoResult2, pPhraseAlt: *mut ISpPhraseAlt, ppNewResult: *mut *mut ISpRecoResult) -> HRESULT
§CommitText: unsafe extern "system" fn(This: *mut ISpRecoResult2, ulStartElement: ULONG, cElements: ULONG, pszCorrectedData: LPCWSTR, eCommitFlags: DWORD) -> HRESULT
§SetTextFeedback: unsafe extern "system" fn(This: *mut ISpRecoResult2, pszFeedback: LPCWSTR, fSuccessful: BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpRecoResult2Vtbl
impl RefUnwindSafe for ISpRecoResult2Vtbl
impl Send for ISpRecoResult2Vtbl
impl Sync for ISpRecoResult2Vtbl
impl Unpin for ISpRecoResult2Vtbl
impl UnwindSafe for ISpRecoResult2Vtbl
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