#[repr(C)]pub struct ITypeChangeEventsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents) -> ULONG>,
pub RequestTypeChange: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents, changeKind: CHANGEKIND, pTInfoBefore: *mut ITypeInfo, pStrName: LPOLESTR, pfCancel: *mut INT) -> HRESULT>,
pub AfterTypeChange: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents, changeKind: CHANGEKIND, pTInfoAfter: *mut ITypeInfo, pStrName: LPOLESTR) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents) -> ULONG>
§RequestTypeChange: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents, changeKind: CHANGEKIND, pTInfoBefore: *mut ITypeInfo, pStrName: LPOLESTR, pfCancel: *mut INT) -> HRESULT>
§AfterTypeChange: Option<unsafe extern "C" fn(This: *mut ITypeChangeEvents, changeKind: CHANGEKIND, pTInfoAfter: *mut ITypeInfo, pStrName: LPOLESTR) -> HRESULT>
Trait Implementations§
Source§impl Clone for ITypeChangeEventsVtbl
impl Clone for ITypeChangeEventsVtbl
Source§fn clone(&self) -> ITypeChangeEventsVtbl
fn clone(&self) -> ITypeChangeEventsVtbl
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 ITypeChangeEventsVtbl
impl Debug for ITypeChangeEventsVtbl
Source§impl Ord for ITypeChangeEventsVtbl
impl Ord for ITypeChangeEventsVtbl
Source§fn cmp(&self, other: &ITypeChangeEventsVtbl) -> Ordering
fn cmp(&self, other: &ITypeChangeEventsVtbl) -> 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 ITypeChangeEventsVtbl
impl PartialEq for ITypeChangeEventsVtbl
Source§impl PartialOrd for ITypeChangeEventsVtbl
impl PartialOrd for ITypeChangeEventsVtbl
impl Copy for ITypeChangeEventsVtbl
impl Eq for ITypeChangeEventsVtbl
impl StructuralPartialEq for ITypeChangeEventsVtbl
Auto Trait Implementations§
impl Freeze for ITypeChangeEventsVtbl
impl RefUnwindSafe for ITypeChangeEventsVtbl
impl Send for ITypeChangeEventsVtbl
impl Sync for ITypeChangeEventsVtbl
impl Unpin for ITypeChangeEventsVtbl
impl UnwindSafe for ITypeChangeEventsVtbl
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