Struct IUIAutomationElement5_Vtbl
#[repr(C)]pub struct IUIAutomationElement5_Vtbl {
pub base__: IUIAutomationElement4_Vtbl,
pub CurrentLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_LANDMARKTYPE_ID) -> HRESULT,
pub CurrentLocalizedLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_LANDMARKTYPE_ID) -> HRESULT,
pub CachedLocalizedLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUIAutomationElement4_Vtbl
§CurrentLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_LANDMARKTYPE_ID) -> HRESULT
§CurrentLocalizedLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_LANDMARKTYPE_ID) -> HRESULT
§CachedLocalizedLandmarkType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomationElement5_Vtbl
impl IUIAutomationElement5_Vtbl
pub const fn new<Identity: IUIAutomationElement5_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationElement5_Vtbl
impl RefUnwindSafe for IUIAutomationElement5_Vtbl
impl Send for IUIAutomationElement5_Vtbl
impl Sync for IUIAutomationElement5_Vtbl
impl Unpin for IUIAutomationElement5_Vtbl
impl UnwindSafe for IUIAutomationElement5_Vtbl
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