Struct ISpeechSynthesizerOptions_Vtbl
#[repr(C)]pub struct ISpeechSynthesizerOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub IncludeWordBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeWordBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IncludeSentenceBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeSentenceBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IncludeWordBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeWordBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IncludeSentenceBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeSentenceBoundaryMetadata: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechSynthesizerOptions_Vtbl
impl RefUnwindSafe for ISpeechSynthesizerOptions_Vtbl
impl Send for ISpeechSynthesizerOptions_Vtbl
impl Sync for ISpeechSynthesizerOptions_Vtbl
impl Unpin for ISpeechSynthesizerOptions_Vtbl
impl UnwindSafe for ISpeechSynthesizerOptions_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