#[repr(C)]pub struct IUIAutomationDockPatternVtbl {
pub parent: IUnknownVtbl,
pub SetDockPosition: unsafe extern "system" fn(This: *mut IUIAutomationDockPattern, dockPos: DockPosition) -> HRESULT,
pub get_CurrentDockPosition: unsafe extern "system" fn(This: *mut IUIAutomationDockPattern, retVal: *mut DockPosition) -> HRESULT,
pub get_CachedDockPosition: unsafe extern "system" fn(This: *mut IUIAutomationDockPattern, retVal: *mut DockPosition) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§SetDockPosition: unsafe extern "system" fn(This: *mut IUIAutomationDockPattern, dockPos: DockPosition) -> HRESULT
§get_CurrentDockPosition: unsafe extern "system" fn(This: *mut IUIAutomationDockPattern, retVal: *mut DockPosition) -> HRESULT
§get_CachedDockPosition: unsafe extern "system" fn(This: *mut IUIAutomationDockPattern, retVal: *mut DockPosition) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationDockPatternVtbl
impl RefUnwindSafe for IUIAutomationDockPatternVtbl
impl Send for IUIAutomationDockPatternVtbl
impl Sync for IUIAutomationDockPatternVtbl
impl Unpin for IUIAutomationDockPatternVtbl
impl UnwindSafe for IUIAutomationDockPatternVtbl
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