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