Struct IUIAutomationElement7_Vtbl
#[repr(C)]pub struct IUIAutomationElement7_Vtbl {
pub base__: IUIAutomationElement6_Vtbl,
pub FindFirstWithOptions: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindAllWithOptions: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindFirstWithOptionsBuildCache: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindAllWithOptionsBuildCache: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentMetadataValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: UIA_METADATA_ID, _: *mut VARIANT) -> HRESULT,
}
Fields§
§base__: IUIAutomationElement6_Vtbl
§FindFirstWithOptions: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindAllWithOptions: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindFirstWithOptionsBuildCache: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindAllWithOptionsBuildCache: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void, _: TreeTraversalOptions, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentMetadataValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: UIA_METADATA_ID, _: *mut VARIANT) -> HRESULT
Implementations§
§impl IUIAutomationElement7_Vtbl
impl IUIAutomationElement7_Vtbl
pub const fn new<Identity: IUIAutomationElement7_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationElement7_Vtbl
impl RefUnwindSafe for IUIAutomationElement7_Vtbl
impl Send for IUIAutomationElement7_Vtbl
impl Sync for IUIAutomationElement7_Vtbl
impl Unpin for IUIAutomationElement7_Vtbl
impl UnwindSafe for IUIAutomationElement7_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