Struct windows::UI::UIAutomation::Core::ICoreAutomationRemoteOperation_Vtbl
#[repr(C)]pub struct ICoreAutomationRemoteOperation_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsOpcodeSupported: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut bool) -> HRESULT,
pub ImportElement: unsafe extern "system" fn(_: *mut c_void, _: AutomationRemoteOperationOperandId, _: *mut c_void) -> HRESULT,
pub ImportTextRange: unsafe extern "system" fn(_: *mut c_void, _: AutomationRemoteOperationOperandId, _: *mut c_void) -> HRESULT,
pub AddToResults: unsafe extern "system" fn(_: *mut c_void, _: AutomationRemoteOperationOperandId) -> HRESULT,
pub Execute: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsOpcodeSupported: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut bool) -> HRESULT
§ImportElement: unsafe extern "system" fn(_: *mut c_void, _: AutomationRemoteOperationOperandId, _: *mut c_void) -> HRESULT
§ImportTextRange: unsafe extern "system" fn(_: *mut c_void, _: AutomationRemoteOperationOperandId, _: *mut c_void) -> HRESULT
§AddToResults: unsafe extern "system" fn(_: *mut c_void, _: AutomationRemoteOperationOperandId) -> HRESULT
§Execute: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreAutomationRemoteOperation_Vtbl
impl RefUnwindSafe for ICoreAutomationRemoteOperation_Vtbl
impl Send for ICoreAutomationRemoteOperation_Vtbl
impl Sync for ICoreAutomationRemoteOperation_Vtbl
impl Unpin for ICoreAutomationRemoteOperation_Vtbl
impl UnwindSafe for ICoreAutomationRemoteOperation_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