#[repr(C)]pub struct ISpeechRecoResultTimes {
pub lpVtbl: *const ISpeechRecoResultTimesVtbl,
}
Fields§
§lpVtbl: *const ISpeechRecoResultTimesVtbl
Implementations§
Source§impl ISpeechRecoResultTimes
impl ISpeechRecoResultTimes
pub unsafe fn get_StreamTime(&self, Time: *mut VARIANT) -> HRESULT
pub unsafe fn get_Length(&self, Length: *mut VARIANT) -> HRESULT
pub unsafe fn get_TickCount(&self, TickCount: *mut c_long) -> HRESULT
pub unsafe fn get_OffsetFromStart( &self, OffsetFromStart: *mut VARIANT, ) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpeechRecoResultTimes
impl Deref for ISpeechRecoResultTimes
Auto Trait Implementations§
impl Freeze for ISpeechRecoResultTimes
impl RefUnwindSafe for ISpeechRecoResultTimes
impl !Send for ISpeechRecoResultTimes
impl !Sync for ISpeechRecoResultTimes
impl Unpin for ISpeechRecoResultTimes
impl UnwindSafe for ISpeechRecoResultTimes
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