Struct ICorProfilerInfo7_Vtbl
#[repr(C)]pub struct ICorProfilerInfo7_Vtbl {
pub base__: ICorProfilerInfo6_Vtbl,
pub ApplyMetaData: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
pub GetInMemorySymbolsLength: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut u32) -> HRESULT,
pub ReadInMemorySymbols: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo6_Vtbl
§ApplyMetaData: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
§GetInMemorySymbolsLength: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut u32) -> HRESULT
§ReadInMemorySymbols: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
Implementations§
§impl ICorProfilerInfo7_Vtbl
impl ICorProfilerInfo7_Vtbl
pub const fn new<Identity: ICorProfilerInfo7_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo7_Vtbl
impl RefUnwindSafe for ICorProfilerInfo7_Vtbl
impl Send for ICorProfilerInfo7_Vtbl
impl Sync for ICorProfilerInfo7_Vtbl
impl Unpin for ICorProfilerInfo7_Vtbl
impl UnwindSafe for ICorProfilerInfo7_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