pub struct IUIAutomationCacheRequest(/* private fields */);Implementations§
Source§impl IUIAutomationCacheRequest
impl IUIAutomationCacheRequest
pub unsafe fn AddProperty(&self, propertyid: i32) -> Result<(), Error>
pub unsafe fn AddPattern(&self, patternid: i32) -> Result<(), Error>
pub unsafe fn Clone(&self) -> Result<IUIAutomationCacheRequest, Error>
pub unsafe fn get_TreeScope(&self) -> Result<TreeScope, Error>
pub unsafe fn put_TreeScope(&self, scope: TreeScope) -> Result<(), Error>
pub unsafe fn get_TreeFilter(&self) -> Result<IUIAutomationCondition, Error>
pub unsafe fn put_TreeFilter<'a>( &self, filter: impl IntoParam<'a, IUIAutomationCondition>, ) -> Result<(), Error>
pub unsafe fn get_AutomationElementMode( &self, ) -> Result<AutomationElementMode, Error>
pub unsafe fn put_AutomationElementMode( &self, mode: AutomationElementMode, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for IUIAutomationCacheRequest
impl Clone for IUIAutomationCacheRequest
Source§fn clone(&self) -> IUIAutomationCacheRequest
fn clone(&self) -> IUIAutomationCacheRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IUIAutomationCacheRequest
impl Debug for IUIAutomationCacheRequest
Source§impl Interface for IUIAutomationCacheRequest
impl Interface for IUIAutomationCacheRequest
impl Eq for IUIAutomationCacheRequest
impl StructuralPartialEq 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