#[repr(C)]pub struct IVoiceCommandActivatedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Result: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Result: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVoiceCommandActivatedEventArgs_Vtbl
impl IVoiceCommandActivatedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVoiceCommandActivatedEventArgs_Vtblwhere
Identity: IVoiceCommandActivatedEventArgs_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVoiceCommandActivatedEventArgs_Vtbl
impl RefUnwindSafe for IVoiceCommandActivatedEventArgs_Vtbl
impl Send for IVoiceCommandActivatedEventArgs_Vtbl
impl Sync for IVoiceCommandActivatedEventArgs_Vtbl
impl Unpin for IVoiceCommandActivatedEventArgs_Vtbl
impl UnwindSafe for IVoiceCommandActivatedEventArgs_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