#[repr(C)]pub struct IDockProvider {
pub lpVtbl: *const IDockProviderVtbl,
}
Fields§
§lpVtbl: *const IDockProviderVtbl
Implementations§
Source§impl IDockProvider
impl IDockProvider
pub unsafe fn SetDockPosition(&self, dockPosition: DockPosition) -> HRESULT
pub unsafe fn get_DockPosition(&self, pRetVal: *mut DockPosition) -> HRESULT
Trait Implementations§
Source§impl Deref for IDockProvider
impl Deref for IDockProvider
Auto Trait Implementations§
impl Freeze for IDockProvider
impl RefUnwindSafe for IDockProvider
impl !Send for IDockProvider
impl !Sync for IDockProvider
impl Unpin for IDockProvider
impl UnwindSafe for IDockProvider
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