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

#[repr(C)]
pub struct ISpeechWaveFormatExVtbl {
    pub parent: IDispatchVtbl,
    pub get_FormatTag: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, FormatTag: *mut c_short) -> HRESULT,
    pub put_FormatTag: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, FormatTag: c_short) -> HRESULT,
    pub get_Channels: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, Channels: *mut c_short) -> HRESULT,
    pub put_Channels: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, Channels: c_short) -> HRESULT,
    pub get_SamplesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, SamplesPerSec: *mut c_long) -> HRESULT,
    pub put_SamplesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, SamplesPerSec: c_long) -> HRESULT,
    pub get_AvgBytesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, AvgBytesPerSec: *mut c_long) -> HRESULT,
    pub put_AvgBytesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, AvgBytesPerSec: c_long) -> HRESULT,
    pub get_BlockAlign: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BlockAlign: *mut c_short) -> HRESULT,
    pub put_BlockAlign: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BlockAlign: c_short) -> HRESULT,
    pub get_BitsPerSample: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BitsPerSample: *mut c_short) -> HRESULT,
    pub put_BitsPerSample: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BitsPerSample: c_short) -> HRESULT,
    pub get_ExtraData: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, ExtraData: *mut VARIANT) -> HRESULT,
    pub put_ExtraData: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, ExtraData: VARIANT) -> HRESULT,
}

Fields

parent: IDispatchVtblget_FormatTag: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, FormatTag: *mut c_short) -> HRESULTput_FormatTag: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, FormatTag: c_short) -> HRESULTget_Channels: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, Channels: *mut c_short) -> HRESULTput_Channels: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, Channels: c_short) -> HRESULTget_SamplesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, SamplesPerSec: *mut c_long) -> HRESULTput_SamplesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, SamplesPerSec: c_long) -> HRESULTget_AvgBytesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, AvgBytesPerSec: *mut c_long) -> HRESULTput_AvgBytesPerSec: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, AvgBytesPerSec: c_long) -> HRESULTget_BlockAlign: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BlockAlign: *mut c_short) -> HRESULTput_BlockAlign: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BlockAlign: c_short) -> HRESULTget_BitsPerSample: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BitsPerSample: *mut c_short) -> HRESULTput_BitsPerSample: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, BitsPerSample: c_short) -> HRESULTget_ExtraData: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, ExtraData: *mut VARIANT) -> HRESULTput_ExtraData: unsafe extern "system" fn(This: *mut ISpeechWaveFormatEx, ExtraData: VARIANT) -> 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]