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