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