Struct IUIAutomationElement3_Vtbl
#[repr(C)]pub struct IUIAutomationElement3_Vtbl {
pub base__: IUIAutomationElement2_Vtbl,
pub ShowContextMenu: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CurrentIsPeripheral: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CachedIsPeripheral: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUIAutomationElement2_Vtbl
§ShowContextMenu: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CurrentIsPeripheral: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CachedIsPeripheral: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IUIAutomationElement3_Vtbl
impl IUIAutomationElement3_Vtbl
pub const fn new<Identity: IUIAutomationElement3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationElement3_Vtbl
impl RefUnwindSafe for IUIAutomationElement3_Vtbl
impl Send for IUIAutomationElement3_Vtbl
impl Sync for IUIAutomationElement3_Vtbl
impl Unpin for IUIAutomationElement3_Vtbl
impl UnwindSafe for IUIAutomationElement3_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