#[repr(C)]pub struct IUIAutomationElement9Vtbl {
pub parent: IUIAutomationElement8Vtbl,
pub get_CurrentIsDialog: unsafe extern "system" fn(This: *mut IUIAutomationElement9, retVal: *mut BOOL) -> HRESULT,
pub get_CachedIsDialog: unsafe extern "system" fn(This: *mut IUIAutomationElement9, retVal: *mut BOOL) -> HRESULT,
}
Fields§
§parent: IUIAutomationElement8Vtbl
§get_CurrentIsDialog: unsafe extern "system" fn(This: *mut IUIAutomationElement9, retVal: *mut BOOL) -> HRESULT
§get_CachedIsDialog: unsafe extern "system" fn(This: *mut IUIAutomationElement9, retVal: *mut BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationElement9Vtbl
impl RefUnwindSafe for IUIAutomationElement9Vtbl
impl Send for IUIAutomationElement9Vtbl
impl Sync for IUIAutomationElement9Vtbl
impl Unpin for IUIAutomationElement9Vtbl
impl UnwindSafe for IUIAutomationElement9Vtbl
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