Struct _ISpeechVoiceEvents_Vtbl
#[repr(C)]pub struct _ISpeechVoiceEvents_Vtbl {
pub base__: IDispatch_Vtbl,
}
Fields§
§base__: IDispatch_Vtbl
Implementations§
§impl _ISpeechVoiceEvents_Vtbl
impl _ISpeechVoiceEvents_Vtbl
pub const fn new<Identity: _ISpeechVoiceEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for _ISpeechVoiceEvents_Vtbl
impl RefUnwindSafe for _ISpeechVoiceEvents_Vtbl
impl Send for _ISpeechVoiceEvents_Vtbl
impl Sync for _ISpeechVoiceEvents_Vtbl
impl Unpin for _ISpeechVoiceEvents_Vtbl
impl UnwindSafe for _ISpeechVoiceEvents_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