#[repr(C)]pub struct IUrlHistoryStg2Vtbl {
pub parent: IUrlHistoryStgVtbl,
pub AddUrlAndNotify: unsafe extern "system" fn(This: *mut IUrlHistoryStg2, pocsUrl: LPCOLESTR, pocsTitle: LPCOLESTR, dwFlags: DWORD, fWriteHistory: BOOL, poctNotify: *mut IOleCommandTarget, punkISFolder: *mut IUnknown) -> HRESULT,
pub ClearHistory: unsafe extern "system" fn(This: *mut IUrlHistoryStg2) -> HRESULT,
}
Fields§
§parent: IUrlHistoryStgVtbl
§AddUrlAndNotify: unsafe extern "system" fn(This: *mut IUrlHistoryStg2, pocsUrl: LPCOLESTR, pocsTitle: LPCOLESTR, dwFlags: DWORD, fWriteHistory: BOOL, poctNotify: *mut IOleCommandTarget, punkISFolder: *mut IUnknown) -> HRESULT
§ClearHistory: unsafe extern "system" fn(This: *mut IUrlHistoryStg2) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUrlHistoryStg2Vtbl
impl RefUnwindSafe for IUrlHistoryStg2Vtbl
impl Send for IUrlHistoryStg2Vtbl
impl Sync for IUrlHistoryStg2Vtbl
impl Unpin for IUrlHistoryStg2Vtbl
impl UnwindSafe for IUrlHistoryStg2Vtbl
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