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