#[repr(C)]pub struct ISpeechLexiconWordsVtbl {
pub parent: IDispatchVtbl,
pub get_Count: unsafe extern "system" fn(This: *mut ISpeechLexiconWords, Count: *mut c_long) -> HRESULT,
pub Item: unsafe extern "system" fn(This: *mut ISpeechLexiconWords, Index: c_long, Word: *mut *mut ISpeechLexiconWord) -> HRESULT,
pub get__NewEnum: unsafe extern "system" fn(This: *mut ISpeechLexiconWords, EnumVARIANT: *mut *mut IUnknown) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§get_Count: unsafe extern "system" fn(This: *mut ISpeechLexiconWords, Count: *mut c_long) -> HRESULT
§Item: unsafe extern "system" fn(This: *mut ISpeechLexiconWords, Index: c_long, Word: *mut *mut ISpeechLexiconWord) -> HRESULT
§get__NewEnum: unsafe extern "system" fn(This: *mut ISpeechLexiconWords, EnumVARIANT: *mut *mut IUnknown) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechLexiconWordsVtbl
impl RefUnwindSafe for ISpeechLexiconWordsVtbl
impl Send for ISpeechLexiconWordsVtbl
impl Sync for ISpeechLexiconWordsVtbl
impl Unpin for ISpeechLexiconWordsVtbl
impl UnwindSafe for ISpeechLexiconWordsVtbl
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