pub struct IUIAutomationSpreadsheetItemPattern(/* private fields */);Implementations§
Source§impl IUIAutomationSpreadsheetItemPattern
impl IUIAutomationSpreadsheetItemPattern
pub unsafe fn get_CurrentFormula(&self) -> Result<BSTR, Error>
pub unsafe fn GetCurrentAnnotationObjects( &self, ) -> Result<IUIAutomationElementArray, Error>
pub unsafe fn GetCurrentAnnotationTypes(&self) -> Result<*mut SAFEARRAY, Error>
pub unsafe fn get_CachedFormula(&self) -> Result<BSTR, Error>
pub unsafe fn GetCachedAnnotationObjects( &self, ) -> Result<IUIAutomationElementArray, Error>
pub unsafe fn GetCachedAnnotationTypes(&self) -> Result<*mut SAFEARRAY, Error>
Trait Implementations§
Source§impl Clone for IUIAutomationSpreadsheetItemPattern
impl Clone for IUIAutomationSpreadsheetItemPattern
Source§fn clone(&self) -> IUIAutomationSpreadsheetItemPattern
fn clone(&self) -> IUIAutomationSpreadsheetItemPattern
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 IUIAutomationSpreadsheetItemPattern
impl Interface for IUIAutomationSpreadsheetItemPattern
Source§impl PartialEq for IUIAutomationSpreadsheetItemPattern
impl PartialEq for IUIAutomationSpreadsheetItemPattern
Source§fn eq(&self, other: &IUIAutomationSpreadsheetItemPattern) -> bool
fn eq(&self, other: &IUIAutomationSpreadsheetItemPattern) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IUIAutomationSpreadsheetItemPattern
impl StructuralPartialEq for IUIAutomationSpreadsheetItemPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationSpreadsheetItemPattern
impl RefUnwindSafe for IUIAutomationSpreadsheetItemPattern
impl !Send for IUIAutomationSpreadsheetItemPattern
impl !Sync for IUIAutomationSpreadsheetItemPattern
impl Unpin for IUIAutomationSpreadsheetItemPattern
impl UnwindSafe for IUIAutomationSpreadsheetItemPattern
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