pub struct IUIAutomationLegacyIAccessiblePattern(/* private fields */);Implementations§
Source§impl IUIAutomationLegacyIAccessiblePattern
impl IUIAutomationLegacyIAccessiblePattern
pub unsafe fn Select(&self, flagsselect: i32) -> Result<(), Error>
pub unsafe fn DoDefaultAction(&self) -> Result<(), Error>
pub unsafe fn SetValue<'a>( &self, szvalue: impl IntoParam<'a, PWSTR>, ) -> Result<(), Error>
pub unsafe fn get_CurrentChildId(&self) -> Result<i32, Error>
pub unsafe fn get_CurrentName(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentValue(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentDescription(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentRole(&self) -> Result<u32, Error>
pub unsafe fn get_CurrentState(&self) -> Result<u32, Error>
pub unsafe fn get_CurrentHelp(&self) -> Result<BSTR, Error>
pub unsafe fn get_CurrentKeyboardShortcut(&self) -> Result<BSTR, Error>
pub unsafe fn GetCurrentSelection( &self, ) -> Result<IUIAutomationElementArray, Error>
pub unsafe fn get_CurrentDefaultAction(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedChildId(&self) -> Result<i32, Error>
pub unsafe fn get_CachedName(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedValue(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedDescription(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedRole(&self) -> Result<u32, Error>
pub unsafe fn get_CachedState(&self) -> Result<u32, Error>
pub unsafe fn get_CachedHelp(&self) -> Result<BSTR, Error>
pub unsafe fn get_CachedKeyboardShortcut(&self) -> Result<BSTR, Error>
pub unsafe fn GetCachedSelection( &self, ) -> Result<IUIAutomationElementArray, Error>
pub unsafe fn get_CachedDefaultAction(&self) -> Result<BSTR, Error>
pub unsafe fn GetIAccessible(&self) -> Result<IAccessible, Error>
Trait Implementations§
Source§impl Clone for IUIAutomationLegacyIAccessiblePattern
impl Clone for IUIAutomationLegacyIAccessiblePattern
Source§fn clone(&self) -> IUIAutomationLegacyIAccessiblePattern
fn clone(&self) -> IUIAutomationLegacyIAccessiblePattern
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 Interface for IUIAutomationLegacyIAccessiblePattern
impl Interface for IUIAutomationLegacyIAccessiblePattern
Source§impl PartialEq for IUIAutomationLegacyIAccessiblePattern
impl PartialEq for IUIAutomationLegacyIAccessiblePattern
Source§fn eq(&self, other: &IUIAutomationLegacyIAccessiblePattern) -> bool
fn eq(&self, other: &IUIAutomationLegacyIAccessiblePattern) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IUIAutomationLegacyIAccessiblePattern
impl StructuralPartialEq for IUIAutomationLegacyIAccessiblePattern
Auto Trait Implementations§
impl Freeze for IUIAutomationLegacyIAccessiblePattern
impl RefUnwindSafe for IUIAutomationLegacyIAccessiblePattern
impl !Send for IUIAutomationLegacyIAccessiblePattern
impl !Sync for IUIAutomationLegacyIAccessiblePattern
impl Unpin for IUIAutomationLegacyIAccessiblePattern
impl UnwindSafe for IUIAutomationLegacyIAccessiblePattern
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