[][src]Struct winapi_ui_automation::um::uiautomationclient::IUIAutomationCacheRequestVtbl

#[repr(C)]pub struct IUIAutomationCacheRequestVtbl {
    pub parent: IUnknownVtbl,
    pub AddProperty: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, propertyId: PROPERTYID) -> HRESULT,
    pub AddPattern: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, patternId: PATTERNID) -> HRESULT,
    pub Clone: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, clonedRequest: *mut *mut IUIAutomationCacheRequest) -> HRESULT,
    pub get_TreeScope: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, scope: *mut TreeScope) -> HRESULT,
    pub put_TreeScope: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, scope: TreeScope) -> HRESULT,
    pub get_TreeFilter: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, filter: *mut *mut IUIAutomationCondition) -> HRESULT,
    pub put_TreeFilter: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, filter: *mut IUIAutomationCondition) -> HRESULT,
    pub get_AutomationElementMode: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, mode: *mut AutomationElementMode) -> HRESULT,
    pub put_AutomationElementMode: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, mode: AutomationElementMode) -> HRESULT,
}

Fields

parent: IUnknownVtblAddProperty: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, propertyId: PROPERTYID) -> HRESULTAddPattern: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, patternId: PATTERNID) -> HRESULTClone: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, clonedRequest: *mut *mut IUIAutomationCacheRequest) -> HRESULTget_TreeScope: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, scope: *mut TreeScope) -> HRESULTput_TreeScope: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, scope: TreeScope) -> HRESULTget_TreeFilter: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, filter: *mut *mut IUIAutomationCondition) -> HRESULTput_TreeFilter: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, filter: *mut IUIAutomationCondition) -> HRESULTget_AutomationElementMode: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, mode: *mut AutomationElementMode) -> HRESULTput_AutomationElementMode: unsafe extern "system" fn(This: *mut IUIAutomationCacheRequest, mode: AutomationElementMode) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.