#[repr(C)]pub struct IUIAutomationCacheRequest {
pub lpVtbl: *const IUIAutomationCacheRequestVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationCacheRequestVtbl
Implementations§
Source§impl IUIAutomationCacheRequest
impl IUIAutomationCacheRequest
pub unsafe fn AddProperty(&self, propertyId: PROPERTYID) -> HRESULT
pub unsafe fn AddPattern(&self, patternId: PATTERNID) -> HRESULT
pub unsafe fn Clone( &self, clonedRequest: *mut *mut IUIAutomationCacheRequest, ) -> HRESULT
pub unsafe fn get_TreeScope(&self, scope: *mut TreeScope) -> HRESULT
pub unsafe fn put_TreeScope(&self, scope: TreeScope) -> HRESULT
pub unsafe fn get_TreeFilter( &self, filter: *mut *mut IUIAutomationCondition, ) -> HRESULT
pub unsafe fn put_TreeFilter( &self, filter: *mut IUIAutomationCondition, ) -> HRESULT
pub unsafe fn get_AutomationElementMode( &self, mode: *mut AutomationElementMode, ) -> HRESULT
pub unsafe fn put_AutomationElementMode( &self, mode: AutomationElementMode, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationCacheRequest
impl Deref for IUIAutomationCacheRequest
Auto Trait Implementations§
impl Freeze for IUIAutomationCacheRequest
impl RefUnwindSafe for IUIAutomationCacheRequest
impl !Send for IUIAutomationCacheRequest
impl !Sync for IUIAutomationCacheRequest
impl Unpin for IUIAutomationCacheRequest
impl UnwindSafe for IUIAutomationCacheRequest
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