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

#[repr(C)]pub struct IUIAutomationElement2Vtbl {
    pub parent: IUIAutomationElementVtbl,
    pub get_CurrentOptimizeForVisualContent: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut BOOL) -> HRESULT,
    pub get_CachedOptimizeForVisualContent: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut BOOL) -> HRESULT,
    pub get_CurrentLiveSetting: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut LiveSetting) -> HRESULT,
    pub get_CachedLiveSetting: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut LiveSetting) -> HRESULT,
    pub get_CurrentFlowsFrom: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT,
    pub get_CachedFlowsFrom: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT,
}

Fields

parent: IUIAutomationElementVtblget_CurrentOptimizeForVisualContent: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut BOOL) -> HRESULTget_CachedOptimizeForVisualContent: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut BOOL) -> HRESULTget_CurrentLiveSetting: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut LiveSetting) -> HRESULTget_CachedLiveSetting: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut LiveSetting) -> HRESULTget_CurrentFlowsFrom: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut *mut IUIAutomationElementArray) -> HRESULTget_CachedFlowsFrom: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut *mut IUIAutomationElementArray) -> 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.