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

#[repr(C)]
pub struct ISpeechObjectTokenCategoryVtbl {
    pub parent: IDispatchVtbl,
    pub get_Id: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, Id: *mut BSTR) -> HRESULT,
    pub put_Default: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, TokenId: BSTR) -> HRESULT,
    pub get_Default: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, TokenId: *mut BSTR) -> HRESULT,
    pub SetId: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, Id: BSTR, CreateIfNotExist: VARIANT_BOOL) -> HRESULT,
    pub GetDataKey: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, Location: SpeechDataKeyLocation, DataKey: *mut *mut ISpeechDataKey) -> HRESULT,
    pub EnumerateTokens: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, RequiredAttributes: BSTR, OptionalAttributes: BSTR, Tokens: *mut *mut ISpeechObjectTokens) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Id: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, Id: *mut BSTR) -> HRESULTput_Default: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, TokenId: BSTR) -> HRESULTget_Default: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, TokenId: *mut BSTR) -> HRESULTSetId: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, Id: BSTR, CreateIfNotExist: VARIANT_BOOL) -> HRESULTGetDataKey: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, Location: SpeechDataKeyLocation, DataKey: *mut *mut ISpeechDataKey) -> HRESULTEnumerateTokens: unsafe extern "system" fn(This: *mut ISpeechObjectTokenCategory, RequiredAttributes: BSTR, OptionalAttributes: BSTR, Tokens: *mut *mut ISpeechObjectTokens) -> 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]