Struct ISpeechSynthesizerOptions3_Vtbl
#[repr(C)]pub struct ISpeechSynthesizerOptions3_Vtbl {
pub base__: IInspectable_Vtbl,
pub AppendedSilence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechAppendedSilence) -> HRESULT,
pub SetAppendedSilence: unsafe extern "system" fn(_: *mut c_void, _: SpeechAppendedSilence) -> HRESULT,
pub PunctuationSilence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechPunctuationSilence) -> HRESULT,
pub SetPunctuationSilence: unsafe extern "system" fn(_: *mut c_void, _: SpeechPunctuationSilence) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AppendedSilence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechAppendedSilence) -> HRESULT
§SetAppendedSilence: unsafe extern "system" fn(_: *mut c_void, _: SpeechAppendedSilence) -> HRESULT
§PunctuationSilence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechPunctuationSilence) -> HRESULT
§SetPunctuationSilence: unsafe extern "system" fn(_: *mut c_void, _: SpeechPunctuationSilence) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechSynthesizerOptions3_Vtbl
impl RefUnwindSafe for ISpeechSynthesizerOptions3_Vtbl
impl Send for ISpeechSynthesizerOptions3_Vtbl
impl Sync for ISpeechSynthesizerOptions3_Vtbl
impl Unpin for ISpeechSynthesizerOptions3_Vtbl
impl UnwindSafe for ISpeechSynthesizerOptions3_Vtbl
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