[][src]Struct winapi::um::sapi51::ISpeechVoiceStatusVtbl

#[repr(C)]
pub struct ISpeechVoiceStatusVtbl {
    pub parent: IDispatchVtbl,
    pub get_CurrentStreamNumber: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, StreamNumber: *mut c_long) -> HRESULT,
    pub get_LastStreamNumberQueued: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, StreamNumber: *mut c_long) -> HRESULT,
    pub get_LastHResult: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, HResult: *mut c_long) -> HRESULT,
    pub get_RunningState: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, State: *mut SpeechRunState) -> HRESULT,
    pub get_InputWordPosition: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Position: *mut c_long) -> HRESULT,
    pub get_InputWordLength: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Length: *mut c_long) -> HRESULT,
    pub get_InputSentencePosition: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Position: *mut c_long) -> HRESULT,
    pub get_InputSentenceLength: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Length: *mut c_long) -> HRESULT,
    pub get_LastBookmark: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Bookmark: *mut BSTR) -> HRESULT,
    pub get_LastBookmarkId: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, BookmarkId: *mut c_long) -> HRESULT,
    pub get_PhonemeId: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, PhoneId: *mut c_short) -> HRESULT,
    pub get_VisemeId: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, VisemeId: *mut c_short) -> HRESULT,
}

Fields

parent: IDispatchVtblget_CurrentStreamNumber: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, StreamNumber: *mut c_long) -> HRESULTget_LastStreamNumberQueued: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, StreamNumber: *mut c_long) -> HRESULTget_LastHResult: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, HResult: *mut c_long) -> HRESULTget_RunningState: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, State: *mut SpeechRunState) -> HRESULTget_InputWordPosition: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Position: *mut c_long) -> HRESULTget_InputWordLength: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Length: *mut c_long) -> HRESULTget_InputSentencePosition: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Position: *mut c_long) -> HRESULTget_InputSentenceLength: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Length: *mut c_long) -> HRESULTget_LastBookmark: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, Bookmark: *mut BSTR) -> HRESULTget_LastBookmarkId: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, BookmarkId: *mut c_long) -> HRESULTget_PhonemeId: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, PhoneId: *mut c_short) -> HRESULTget_VisemeId: unsafe extern "system" fn(This: *mut ISpeechVoiceStatus, VisemeId: *mut c_short) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]