#[repr(C)]pub struct AsyncIAdviseSink2Vtbl {Show 15 fields
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2) -> ULONG>,
pub Begin_OnDataChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, pFormatetc: *mut FORMATETC, pStgmed: *mut STGMEDIUM)>,
pub Finish_OnDataChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Begin_OnViewChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, dwAspect: DWORD, lindex: LONG)>,
pub Finish_OnViewChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Begin_OnRename: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, pmk: *mut IMoniker)>,
pub Finish_OnRename: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Begin_OnSave: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Finish_OnSave: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Begin_OnClose: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Finish_OnClose: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
pub Begin_OnLinkSrcChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, pmk: *mut IMoniker)>,
pub Finish_OnLinkSrcChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2) -> ULONG>
§Begin_OnDataChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, pFormatetc: *mut FORMATETC, pStgmed: *mut STGMEDIUM)>
§Finish_OnDataChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Begin_OnViewChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, dwAspect: DWORD, lindex: LONG)>
§Finish_OnViewChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Begin_OnRename: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, pmk: *mut IMoniker)>
§Finish_OnRename: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Begin_OnSave: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Finish_OnSave: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Begin_OnClose: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Finish_OnClose: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
§Begin_OnLinkSrcChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2, pmk: *mut IMoniker)>
§Finish_OnLinkSrcChange: Option<unsafe extern "C" fn(This: *mut AsyncIAdviseSink2)>
Trait Implementations§
Source§impl Clone for AsyncIAdviseSink2Vtbl
impl Clone for AsyncIAdviseSink2Vtbl
Source§fn clone(&self) -> AsyncIAdviseSink2Vtbl
fn clone(&self) -> AsyncIAdviseSink2Vtbl
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 AsyncIAdviseSink2Vtbl
impl Debug for AsyncIAdviseSink2Vtbl
Source§impl Ord for AsyncIAdviseSink2Vtbl
impl Ord for AsyncIAdviseSink2Vtbl
Source§fn cmp(&self, other: &AsyncIAdviseSink2Vtbl) -> Ordering
fn cmp(&self, other: &AsyncIAdviseSink2Vtbl) -> 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 AsyncIAdviseSink2Vtbl
impl PartialEq for AsyncIAdviseSink2Vtbl
Source§impl PartialOrd for AsyncIAdviseSink2Vtbl
impl PartialOrd for AsyncIAdviseSink2Vtbl
impl Copy for AsyncIAdviseSink2Vtbl
impl Eq for AsyncIAdviseSink2Vtbl
impl StructuralPartialEq for AsyncIAdviseSink2Vtbl
Auto Trait Implementations§
impl Freeze for AsyncIAdviseSink2Vtbl
impl RefUnwindSafe for AsyncIAdviseSink2Vtbl
impl Send for AsyncIAdviseSink2Vtbl
impl Sync for AsyncIAdviseSink2Vtbl
impl Unpin for AsyncIAdviseSink2Vtbl
impl UnwindSafe for AsyncIAdviseSink2Vtbl
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