#[repr(C)]pub struct ISpeechLexiconPronunciationsVtbl {
pub parent: IDispatchVtbl,
pub get_Count: unsafe extern "system" fn(This: *mut ISpeechLexiconPronunciations, Count: *mut c_long) -> HRESULT,
pub Item: unsafe extern "system" fn(This: *mut ISpeechLexiconPronunciations, Index: c_long, Pronunciation: *mut *mut ISpeechLexiconPronunciation) -> HRESULT,
pub get__NewEnum: unsafe extern "system" fn(This: *mut ISpeechLexiconPronunciations, EnumVARIANT: *mut *mut IUnknown) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§get_Count: unsafe extern "system" fn(This: *mut ISpeechLexiconPronunciations, Count: *mut c_long) -> HRESULT
§Item: unsafe extern "system" fn(This: *mut ISpeechLexiconPronunciations, Index: c_long, Pronunciation: *mut *mut ISpeechLexiconPronunciation) -> HRESULT
§get__NewEnum: unsafe extern "system" fn(This: *mut ISpeechLexiconPronunciations, EnumVARIANT: *mut *mut IUnknown) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechLexiconPronunciationsVtbl
impl RefUnwindSafe for ISpeechLexiconPronunciationsVtbl
impl Send for ISpeechLexiconPronunciationsVtbl
impl Sync for ISpeechLexiconPronunciationsVtbl
impl Unpin for ISpeechLexiconPronunciationsVtbl
impl UnwindSafe for ISpeechLexiconPronunciationsVtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more