Struct ICLRErrorReportingManager_Vtbl
#[repr(C)]pub struct ICLRErrorReportingManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetBucketParametersForCurrentException: unsafe extern "system" fn(_: *mut c_void, _: *mut BucketParameters) -> HRESULT,
pub BeginCustomDump: unsafe extern "system" fn(_: *mut c_void, _: ECustomDumpFlavor, _: u32, _: *const CustomDumpItem, _: u32) -> HRESULT,
pub EndCustomDump: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetBucketParametersForCurrentException: unsafe extern "system" fn(_: *mut c_void, _: *mut BucketParameters) -> HRESULT
§BeginCustomDump: unsafe extern "system" fn(_: *mut c_void, _: ECustomDumpFlavor, _: u32, _: *const CustomDumpItem, _: u32) -> HRESULT
§EndCustomDump: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ICLRErrorReportingManager_Vtbl
impl ICLRErrorReportingManager_Vtbl
pub const fn new<Identity: ICLRErrorReportingManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRErrorReportingManager_Vtbl
impl RefUnwindSafe for ICLRErrorReportingManager_Vtbl
impl Send for ICLRErrorReportingManager_Vtbl
impl Sync for ICLRErrorReportingManager_Vtbl
impl Unpin for ICLRErrorReportingManager_Vtbl
impl UnwindSafe for ICLRErrorReportingManager_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