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