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