#[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: IUIAutomationElementVtbl
§get_CurrentOptimizeForVisualContent: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut BOOL) -> HRESULT
§get_CachedOptimizeForVisualContent: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut BOOL) -> HRESULT
§get_CurrentLiveSetting: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut LiveSetting) -> HRESULT
§get_CachedLiveSetting: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut LiveSetting) -> HRESULT
§get_CurrentFlowsFrom: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT
§get_CachedFlowsFrom: unsafe extern "system" fn(This: *mut IUIAutomationElement2, retVal: *mut *mut IUIAutomationElementArray) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationElement2Vtbl
impl RefUnwindSafe for IUIAutomationElement2Vtbl
impl Send for IUIAutomationElement2Vtbl
impl Sync for IUIAutomationElement2Vtbl
impl Unpin for IUIAutomationElement2Vtbl
impl UnwindSafe for IUIAutomationElement2Vtbl
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