Struct ICorProfilerAssemblyReferenceProvider_Vtbl
#[repr(C)]pub struct ICorProfilerAssemblyReferenceProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddAssemblyReference: unsafe extern "system" fn(_: *mut c_void, _: *const COR_PRF_ASSEMBLY_REFERENCE_INFO) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddAssemblyReference: unsafe extern "system" fn(_: *mut c_void, _: *const COR_PRF_ASSEMBLY_REFERENCE_INFO) -> HRESULT
Implementations§
§impl ICorProfilerAssemblyReferenceProvider_Vtbl
impl ICorProfilerAssemblyReferenceProvider_Vtbl
pub const fn new<Identity: ICorProfilerAssemblyReferenceProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerAssemblyReferenceProvider_Vtbl
impl RefUnwindSafe for ICorProfilerAssemblyReferenceProvider_Vtbl
impl Send for ICorProfilerAssemblyReferenceProvider_Vtbl
impl Sync for ICorProfilerAssemblyReferenceProvider_Vtbl
impl Unpin for ICorProfilerAssemblyReferenceProvider_Vtbl
impl UnwindSafe for ICorProfilerAssemblyReferenceProvider_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