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

#[repr(C)]pub struct IUIAutomationTransformPattern2Vtbl {
    pub parent: IUIAutomationTransformPatternVtbl,
    pub Zoom: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, zoomValue: c_double) -> HRESULT,
    pub ZoomByUnit: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, zoomUnit: ZoomUnit) -> HRESULT,
    pub get_CurrentCanZoom: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut BOOL) -> HRESULT,
    pub get_CachedCanZoom: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut BOOL) -> HRESULT,
    pub get_CurrentZoomLevel: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULT,
    pub get_CachedZoomLevel: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULT,
    pub get_CurrentZoomMinimum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULT,
    pub get_CachedZoomMinimum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULT,
    pub get_CurrentZoomMaximum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULT,
    pub get_CachedZoomMaximum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULT,
}

Fields

parent: IUIAutomationTransformPatternVtblZoom: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, zoomValue: c_double) -> HRESULTZoomByUnit: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, zoomUnit: ZoomUnit) -> HRESULTget_CurrentCanZoom: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut BOOL) -> HRESULTget_CachedCanZoom: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut BOOL) -> HRESULTget_CurrentZoomLevel: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULTget_CachedZoomLevel: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULTget_CurrentZoomMinimum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULTget_CachedZoomMinimum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULTget_CurrentZoomMaximum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> HRESULTget_CachedZoomMaximum: unsafe extern "system" fn(This: *mut IUIAutomationTransformPattern2, retVal: *mut c_double) -> 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.