#[repr(C)]pub struct IUIAutomationSpreadsheetItemPatternVtbl {
pub parent: IUnknownVtbl,
pub get_CurrentFormula: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut BSTR) -> HRESULT,
pub GetCurrentAnnotationObjects: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT,
pub GetCurrentAnnotationTypes: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut SAFEARRAY) -> HRESULT,
pub get_CachedFormula: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut BSTR) -> HRESULT,
pub GetCachedAnnotationObjects: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT,
pub GetCachedAnnotationTypes: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§get_CurrentFormula: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut BSTR) -> HRESULT
§GetCurrentAnnotationObjects: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT
§GetCurrentAnnotationTypes: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut SAFEARRAY) -> HRESULT
§get_CachedFormula: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut BSTR) -> HRESULT
§GetCachedAnnotationObjects: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT
§GetCachedAnnotationTypes: unsafe extern "system" fn(This: *mut IUIAutomationSpreadsheetItemPattern, retVal: *mut *mut SAFEARRAY) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationSpreadsheetItemPatternVtbl
impl RefUnwindSafe for IUIAutomationSpreadsheetItemPatternVtbl
impl Send for IUIAutomationSpreadsheetItemPatternVtbl
impl Sync for IUIAutomationSpreadsheetItemPatternVtbl
impl Unpin for IUIAutomationSpreadsheetItemPatternVtbl
impl UnwindSafe for IUIAutomationSpreadsheetItemPatternVtbl
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