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

#[repr(C)]
pub struct ISpeechAudioBufferInfoVtbl { pub parent: IDispatchVtbl, pub get_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: *mut c_long) -> HRESULT, pub put_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: c_long) -> HRESULT, pub get_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: *mut c_long) -> HRESULT, pub put_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: c_long) -> HRESULT, pub get_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: *mut c_long) -> HRESULT, pub put_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: c_long) -> HRESULT, }

Fields

parent: IDispatchVtblget_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: *mut c_long) -> HRESULTput_MinNotification: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, MinNotification: c_long) -> HRESULTget_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: *mut c_long) -> HRESULTput_BufferSize: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, BufferSize: c_long) -> HRESULTget_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: *mut c_long) -> HRESULTput_EventBias: unsafe extern "system" fn(This: *mut ISpeechAudioBufferInfo, EventBias: c_long) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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