Struct windows::Win32::System::Diagnostics::ClrProfiling::ICorProfilerCallback9_Vtbl
#[repr(C)]pub struct ICorProfilerCallback9_Vtbl {
pub base__: ICorProfilerCallback8_Vtbl,
pub DynamicMethodUnloaded: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
}
Fields§
§base__: ICorProfilerCallback8_Vtbl
§DynamicMethodUnloaded: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
Implementations§
§impl ICorProfilerCallback9_Vtbl
impl ICorProfilerCallback9_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICorProfilerCallback9_Vtblwhere
Identity: ICorProfilerCallback9_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerCallback9_Vtbl
impl RefUnwindSafe for ICorProfilerCallback9_Vtbl
impl Send for ICorProfilerCallback9_Vtbl
impl Sync for ICorProfilerCallback9_Vtbl
impl Unpin for ICorProfilerCallback9_Vtbl
impl UnwindSafe for ICorProfilerCallback9_Vtbl
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