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

#[repr(C)]pub struct IUIAutomationDragPatternVtbl {
    pub parent: IUnknownVtbl,
    pub get_CurrentIsGrabbed: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BOOL) -> HRESULT,
    pub get_CachedIsGrabbed: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BOOL) -> HRESULT,
    pub get_CurrentDropEffect: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CachedDropEffect: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BSTR) -> HRESULT,
    pub get_CurrentDropEffects: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut SAFEARRAY) -> HRESULT,
    pub get_CachedDropEffects: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut SAFEARRAY) -> HRESULT,
    pub GetCurrentGrabbedItems: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT,
    pub GetCachedGrabbedItems: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT,
}

Fields

parent: IUnknownVtblget_CurrentIsGrabbed: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BOOL) -> HRESULTget_CachedIsGrabbed: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BOOL) -> HRESULTget_CurrentDropEffect: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BSTR) -> HRESULTget_CachedDropEffect: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut BSTR) -> HRESULTget_CurrentDropEffects: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut SAFEARRAY) -> HRESULTget_CachedDropEffects: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut SAFEARRAY) -> HRESULTGetCurrentGrabbedItems: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, retVal: *mut *mut IUIAutomationElementArray) -> HRESULTGetCachedGrabbedItems: unsafe extern "system" fn(This: *mut IUIAutomationDragPattern, 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.