Struct IUIAutomationCacheRequest_Vtbl
#[repr(C)]pub struct IUIAutomationCacheRequest_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddProperty: unsafe extern "system" fn(_: *mut c_void, _: UIA_PROPERTY_ID) -> HRESULT,
pub AddPattern: unsafe extern "system" fn(_: *mut c_void, _: UIA_PATTERN_ID) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TreeScope: unsafe extern "system" fn(_: *mut c_void, _: *mut TreeScope) -> HRESULT,
pub SetTreeScope: unsafe extern "system" fn(_: *mut c_void, _: TreeScope) -> HRESULT,
pub TreeFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTreeFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AutomationElementMode: unsafe extern "system" fn(_: *mut c_void, _: *mut AutomationElementMode) -> HRESULT,
pub SetAutomationElementMode: unsafe extern "system" fn(_: *mut c_void, _: AutomationElementMode) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddProperty: unsafe extern "system" fn(_: *mut c_void, _: UIA_PROPERTY_ID) -> HRESULT
§AddPattern: unsafe extern "system" fn(_: *mut c_void, _: UIA_PATTERN_ID) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TreeScope: unsafe extern "system" fn(_: *mut c_void, _: *mut TreeScope) -> HRESULT
§SetTreeScope: unsafe extern "system" fn(_: *mut c_void, _: TreeScope) -> HRESULT
§TreeFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTreeFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AutomationElementMode: unsafe extern "system" fn(_: *mut c_void, _: *mut AutomationElementMode) -> HRESULT
§SetAutomationElementMode: unsafe extern "system" fn(_: *mut c_void, _: AutomationElementMode) -> HRESULT
Implementations§
§impl IUIAutomationCacheRequest_Vtbl
impl IUIAutomationCacheRequest_Vtbl
pub const fn new<Identity: IUIAutomationCacheRequest_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationCacheRequest_Vtbl
impl RefUnwindSafe for IUIAutomationCacheRequest_Vtbl
impl Send for IUIAutomationCacheRequest_Vtbl
impl Sync for IUIAutomationCacheRequest_Vtbl
impl Unpin for IUIAutomationCacheRequest_Vtbl
impl UnwindSafe for IUIAutomationCacheRequest_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