pub struct IUIAutomationSpreadsheetItemPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationSpreadsheetItemPattern
impl IUIAutomationSpreadsheetItemPattern
pub unsafe fn get_CurrentFormula(&self) -> Result<BSTR>
pub unsafe fn GetCurrentAnnotationObjects( &self, ) -> Result<IUIAutomationElementArray>
pub unsafe fn GetCurrentAnnotationTypes(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn get_CachedFormula(&self) -> Result<BSTR>
pub unsafe fn GetCachedAnnotationObjects( &self, ) -> Result<IUIAutomationElementArray>
pub unsafe fn GetCachedAnnotationTypes(&self) -> Result<*mut SAFEARRAY>
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 From<&IUIAutomationSpreadsheetItemPattern> for IUnknown
impl From<&IUIAutomationSpreadsheetItemPattern> for IUnknown
Source§fn from(value: &IUIAutomationSpreadsheetItemPattern) -> Self
fn from(value: &IUIAutomationSpreadsheetItemPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationSpreadsheetItemPattern> for IUnknown
impl From<IUIAutomationSpreadsheetItemPattern> for IUnknown
Source§fn from(value: IUIAutomationSpreadsheetItemPattern) -> Self
fn from(value: IUIAutomationSpreadsheetItemPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationSpreadsheetItemPattern
impl Interface for IUIAutomationSpreadsheetItemPattern
const IID: Guid
type Vtable = IUIAutomationSpreadsheetItemPattern_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 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> 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