#[repr(C)]pub struct IUIAutomationObjectModelPatternVtbl {
pub parent: IUnknownVtbl,
pub GetUnderlyingObjectModel: unsafe extern "system" fn(This: *mut IUIAutomationObjectModelPattern, retVal: *mut *mut IUnknown) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§GetUnderlyingObjectModel: unsafe extern "system" fn(This: *mut IUIAutomationObjectModelPattern, retVal: *mut *mut IUnknown) -> HRESULTAuto Trait Implementations§
impl Freeze for IUIAutomationObjectModelPatternVtbl
impl RefUnwindSafe for IUIAutomationObjectModelPatternVtbl
impl Send for IUIAutomationObjectModelPatternVtbl
impl Sync for IUIAutomationObjectModelPatternVtbl
impl Unpin for IUIAutomationObjectModelPatternVtbl
impl UnwindSafe for IUIAutomationObjectModelPatternVtbl
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