#[repr(C)]pub struct IUIAutomationElement5Vtbl {
pub parent: IUIAutomationElement4Vtbl,
pub get_CurrentLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut LANDMARKTYPEID) -> HRESULT,
pub get_CurrentLocalizedLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut BSTR) -> HRESULT,
pub get_CachedLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut LANDMARKTYPEID) -> HRESULT,
pub get_CachedLocalizedLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut BSTR) -> HRESULT,
}
Fields§
§parent: IUIAutomationElement4Vtbl
§get_CurrentLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut LANDMARKTYPEID) -> HRESULT
§get_CurrentLocalizedLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut BSTR) -> HRESULT
§get_CachedLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut LANDMARKTYPEID) -> HRESULT
§get_CachedLocalizedLandmarkType: unsafe extern "system" fn(This: *mut IUIAutomationElement5, retVal: *mut BSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationElement5Vtbl
impl RefUnwindSafe for IUIAutomationElement5Vtbl
impl Send for IUIAutomationElement5Vtbl
impl Sync for IUIAutomationElement5Vtbl
impl Unpin for IUIAutomationElement5Vtbl
impl UnwindSafe for IUIAutomationElement5Vtbl
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