Struct ICorProfilerInfo13_Vtbl
#[repr(C)]pub struct ICorProfilerInfo13_Vtbl {
pub base__: ICorProfilerInfo12_Vtbl,
pub CreateHandle: unsafe extern "system" fn(_: *mut c_void, _: usize, _: COR_PRF_HANDLE_TYPE, _: *mut *mut *mut c_void) -> HRESULT,
pub DestroyHandle: unsafe extern "system" fn(_: *mut c_void, _: *const *const c_void) -> HRESULT,
pub GetObjectIDFromHandle: unsafe extern "system" fn(_: *mut c_void, _: *const *const c_void, _: *mut usize) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo12_Vtbl
§CreateHandle: unsafe extern "system" fn(_: *mut c_void, _: usize, _: COR_PRF_HANDLE_TYPE, _: *mut *mut *mut c_void) -> HRESULT
§DestroyHandle: unsafe extern "system" fn(_: *mut c_void, _: *const *const c_void) -> HRESULT
§GetObjectIDFromHandle: unsafe extern "system" fn(_: *mut c_void, _: *const *const c_void, _: *mut usize) -> HRESULT
Implementations§
§impl ICorProfilerInfo13_Vtbl
impl ICorProfilerInfo13_Vtbl
pub const fn new<Identity: ICorProfilerInfo13_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo13_Vtbl
impl RefUnwindSafe for ICorProfilerInfo13_Vtbl
impl Send for ICorProfilerInfo13_Vtbl
impl Sync for ICorProfilerInfo13_Vtbl
impl Unpin for ICorProfilerInfo13_Vtbl
impl UnwindSafe for ICorProfilerInfo13_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