[][src]Struct winapi::um::sapiddk51::ISpTTSEngineSiteVtbl

#[repr(C)]pub struct ISpTTSEngineSiteVtbl {
    pub parent: ISpEventSinkVtbl,
    pub GetActions: unsafe extern "system" fn(This: *mut ISpTTSEngineSite) -> DWORD,
    pub Write: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, pBuff: *const c_void, cb: ULONG, pcbWritten: *mut ULONG) -> HRESULT,
    pub GetRate: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, pRateAdjust: *mut c_long) -> HRESULT,
    pub GetVolume: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, pusVolume: *mut USHORT) -> HRESULT,
    pub GetSkipInfo: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, peType: *mut SPVSKIPTYPE, plNumItems: *mut c_long) -> HRESULT,
    pub CompleteSkip: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, ulNumSkipped: c_long) -> HRESULT,
}

Fields

parent: ISpEventSinkVtblGetActions: unsafe extern "system" fn(This: *mut ISpTTSEngineSite) -> DWORDWrite: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, pBuff: *const c_void, cb: ULONG, pcbWritten: *mut ULONG) -> HRESULTGetRate: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, pRateAdjust: *mut c_long) -> HRESULTGetVolume: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, pusVolume: *mut USHORT) -> HRESULTGetSkipInfo: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, peType: *mut SPVSKIPTYPE, plNumItems: *mut c_long) -> HRESULTCompleteSkip: unsafe extern "system" fn(This: *mut ISpTTSEngineSite, ulNumSkipped: c_long) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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> 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.