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