pub struct IUIAutomationAnnotationPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationAnnotationPattern
impl IUIAutomationAnnotationPattern
pub unsafe fn get_CurrentAnnotationTypeId(&self) -> Result<i32>
pub unsafe fn get_CurrentAnnotationTypeName(&self) -> Result<BSTR>
pub unsafe fn get_CurrentAuthor(&self) -> Result<BSTR>
pub unsafe fn get_CurrentDateTime(&self) -> Result<BSTR>
pub unsafe fn get_CurrentTarget(&self) -> Result<IUIAutomationElement>
pub unsafe fn get_CachedAnnotationTypeId(&self) -> Result<i32>
pub unsafe fn get_CachedAnnotationTypeName(&self) -> Result<BSTR>
pub unsafe fn get_CachedAuthor(&self) -> Result<BSTR>
pub unsafe fn get_CachedDateTime(&self) -> Result<BSTR>
pub unsafe fn get_CachedTarget(&self) -> Result<IUIAutomationElement>
Trait Implementations§
Source§impl Clone for IUIAutomationAnnotationPattern
impl Clone for IUIAutomationAnnotationPattern
Source§fn clone(&self) -> IUIAutomationAnnotationPattern
fn clone(&self) -> IUIAutomationAnnotationPattern
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<&IUIAutomationAnnotationPattern> for IUnknown
impl From<&IUIAutomationAnnotationPattern> for IUnknown
Source§fn from(value: &IUIAutomationAnnotationPattern) -> Self
fn from(value: &IUIAutomationAnnotationPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationAnnotationPattern> for IUnknown
impl From<IUIAutomationAnnotationPattern> for IUnknown
Source§fn from(value: IUIAutomationAnnotationPattern) -> Self
fn from(value: IUIAutomationAnnotationPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationAnnotationPattern
impl Interface for IUIAutomationAnnotationPattern
Source§impl PartialEq for IUIAutomationAnnotationPattern
impl PartialEq for IUIAutomationAnnotationPattern
Source§fn eq(&self, other: &IUIAutomationAnnotationPattern) -> bool
fn eq(&self, other: &IUIAutomationAnnotationPattern) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationAnnotationPattern
impl StructuralPartialEq for IUIAutomationAnnotationPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationAnnotationPattern
impl RefUnwindSafe for IUIAutomationAnnotationPattern
impl !Send for IUIAutomationAnnotationPattern
impl !Sync for IUIAutomationAnnotationPattern
impl Unpin for IUIAutomationAnnotationPattern
impl UnwindSafe for IUIAutomationAnnotationPattern
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