pub struct IUIAutomationLegacyIAccessiblePattern(/* private fields */);
Implementations§
Source§impl IUIAutomationLegacyIAccessiblePattern
impl IUIAutomationLegacyIAccessiblePattern
pub unsafe fn Select(&self, flagsselect: i32) -> Result<()>
pub unsafe fn DoDefaultAction(&self) -> Result<()>
pub unsafe fn SetValue<'a>( &self, szvalue: impl IntoParam<'a, PWSTR>, ) -> Result<()>
pub unsafe fn get_CurrentChildId(&self) -> Result<i32>
pub unsafe fn get_CurrentName(&self) -> Result<BSTR>
pub unsafe fn get_CurrentValue(&self) -> Result<BSTR>
pub unsafe fn get_CurrentDescription(&self) -> Result<BSTR>
pub unsafe fn get_CurrentRole(&self) -> Result<u32>
pub unsafe fn get_CurrentState(&self) -> Result<u32>
pub unsafe fn get_CurrentHelp(&self) -> Result<BSTR>
pub unsafe fn get_CurrentKeyboardShortcut(&self) -> Result<BSTR>
pub unsafe fn GetCurrentSelection(&self) -> Result<IUIAutomationElementArray>
pub unsafe fn get_CurrentDefaultAction(&self) -> Result<BSTR>
pub unsafe fn get_CachedChildId(&self) -> Result<i32>
pub unsafe fn get_CachedName(&self) -> Result<BSTR>
pub unsafe fn get_CachedValue(&self) -> Result<BSTR>
pub unsafe fn get_CachedDescription(&self) -> Result<BSTR>
pub unsafe fn get_CachedRole(&self) -> Result<u32>
pub unsafe fn get_CachedState(&self) -> Result<u32>
pub unsafe fn get_CachedHelp(&self) -> Result<BSTR>
pub unsafe fn get_CachedKeyboardShortcut(&self) -> Result<BSTR>
pub unsafe fn GetCachedSelection(&self) -> Result<IUIAutomationElementArray>
pub unsafe fn get_CachedDefaultAction(&self) -> Result<BSTR>
pub unsafe fn GetIAccessible(&self) -> Result<IAccessible>
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 From<&IUIAutomationLegacyIAccessiblePattern> for IUnknown
impl From<&IUIAutomationLegacyIAccessiblePattern> for IUnknown
Source§fn from(value: &IUIAutomationLegacyIAccessiblePattern) -> Self
fn from(value: &IUIAutomationLegacyIAccessiblePattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationLegacyIAccessiblePattern> for IUnknown
impl From<IUIAutomationLegacyIAccessiblePattern> for IUnknown
Source§fn from(value: IUIAutomationLegacyIAccessiblePattern) -> Self
fn from(value: IUIAutomationLegacyIAccessiblePattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationLegacyIAccessiblePattern
impl Interface for IUIAutomationLegacyIAccessiblePattern
const IID: Guid
type Vtable = IUIAutomationLegacyIAccessiblePattern_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
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> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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