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