#[repr(C)]pub struct IOleCacheControlVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IOleCacheControl, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IOleCacheControl) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IOleCacheControl) -> ULONG>,
pub OnRun: Option<unsafe extern "C" fn(This: *mut IOleCacheControl, pDataObject: LPDATAOBJECT) -> HRESULT>,
pub OnStop: Option<unsafe extern "C" fn(This: *mut IOleCacheControl) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IOleCacheControl, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IOleCacheControl) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IOleCacheControl) -> ULONG>
§OnRun: Option<unsafe extern "C" fn(This: *mut IOleCacheControl, pDataObject: LPDATAOBJECT) -> HRESULT>
§OnStop: Option<unsafe extern "C" fn(This: *mut IOleCacheControl) -> HRESULT>
Trait Implementations§
Source§impl Clone for IOleCacheControlVtbl
impl Clone for IOleCacheControlVtbl
Source§fn clone(&self) -> IOleCacheControlVtbl
fn clone(&self) -> IOleCacheControlVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IOleCacheControlVtbl
impl Debug for IOleCacheControlVtbl
Source§impl Ord for IOleCacheControlVtbl
impl Ord for IOleCacheControlVtbl
Source§fn cmp(&self, other: &IOleCacheControlVtbl) -> Ordering
fn cmp(&self, other: &IOleCacheControlVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IOleCacheControlVtbl
impl PartialEq for IOleCacheControlVtbl
Source§impl PartialOrd for IOleCacheControlVtbl
impl PartialOrd for IOleCacheControlVtbl
impl Copy for IOleCacheControlVtbl
impl Eq for IOleCacheControlVtbl
impl StructuralPartialEq for IOleCacheControlVtbl
Auto Trait Implementations§
impl Freeze for IOleCacheControlVtbl
impl RefUnwindSafe for IOleCacheControlVtbl
impl Send for IOleCacheControlVtbl
impl Sync for IOleCacheControlVtbl
impl Unpin for IOleCacheControlVtbl
impl UnwindSafe for IOleCacheControlVtbl
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