#[repr(C)]pub struct ISpeechRecoResultTimesVtbl {
pub parent: IDispatchVtbl,
pub get_StreamTime: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, Time: *mut VARIANT) -> HRESULT,
pub get_Length: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, Length: *mut VARIANT) -> HRESULT,
pub get_TickCount: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, TickCount: *mut c_long) -> HRESULT,
pub get_OffsetFromStart: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, OffsetFromStart: *mut VARIANT) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§get_StreamTime: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, Time: *mut VARIANT) -> HRESULT
§get_Length: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, Length: *mut VARIANT) -> HRESULT
§get_TickCount: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, TickCount: *mut c_long) -> HRESULT
§get_OffsetFromStart: unsafe extern "system" fn(This: *mut ISpeechRecoResultTimes, OffsetFromStart: *mut VARIANT) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechRecoResultTimesVtbl
impl RefUnwindSafe for ISpeechRecoResultTimesVtbl
impl Send for ISpeechRecoResultTimesVtbl
impl Sync for ISpeechRecoResultTimesVtbl
impl Unpin for ISpeechRecoResultTimesVtbl
impl UnwindSafe for ISpeechRecoResultTimesVtbl
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