#[repr(C)]pub struct ISpXMLRecoResultVtbl {
pub parent: ISpRecoResultVtbl,
pub GetXMLResult: unsafe extern "system" fn(This: *mut ISpXMLRecoResult, ppszCoMemXMLResult: *mut LPWSTR, Options: SPXMLRESULTOPTIONS) -> HRESULT,
pub GetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpXMLRecoResult, pSemanticErrorInfo: *mut SPSEMANTICERRORINFO) -> HRESULT,
}
Fields§
§parent: ISpRecoResultVtbl
§GetXMLResult: unsafe extern "system" fn(This: *mut ISpXMLRecoResult, ppszCoMemXMLResult: *mut LPWSTR, Options: SPXMLRESULTOPTIONS) -> HRESULT
§GetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpXMLRecoResult, pSemanticErrorInfo: *mut SPSEMANTICERRORINFO) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpXMLRecoResultVtbl
impl RefUnwindSafe for ISpXMLRecoResultVtbl
impl Send for ISpXMLRecoResultVtbl
impl Sync for ISpXMLRecoResultVtbl
impl Unpin for ISpXMLRecoResultVtbl
impl UnwindSafe for ISpXMLRecoResultVtbl
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