Struct IDebugEventCallbacksWide_Vtbl
#[repr(C)]pub struct IDebugEventCallbacksWide_Vtbl {Show 15 fields
pub base__: IUnknown_Vtbl,
pub GetInterestMask: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Breakpoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Exception: unsafe extern "system" fn(_: *mut c_void, _: *const EXCEPTION_RECORD64, _: u32) -> HRESULT,
pub CreateThread: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64) -> HRESULT,
pub ExitThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub CreateProcessA: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: u32, _: u32, _: u64, _: u64, _: u64) -> HRESULT,
pub ExitProcess: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub LoadModule: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: u32, _: u32) -> HRESULT,
pub UnloadModule: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64) -> HRESULT,
pub SystemError: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SessionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ChangeDebuggeeState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT,
pub ChangeEngineState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT,
pub ChangeSymbolState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetInterestMask: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Breakpoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Exception: unsafe extern "system" fn(_: *mut c_void, _: *const EXCEPTION_RECORD64, _: u32) -> HRESULT§CreateThread: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64) -> HRESULT§ExitThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§CreateProcessA: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: u32, _: u32, _: u64, _: u64, _: u64) -> HRESULT§ExitProcess: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§LoadModule: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: u32, _: u32) -> HRESULT§UnloadModule: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u64) -> HRESULT§SystemError: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§SessionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ChangeDebuggeeState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT§ChangeEngineState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULT§ChangeSymbolState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u64) -> HRESULTImplementations§
§impl IDebugEventCallbacksWide_Vtbl
impl IDebugEventCallbacksWide_Vtbl
pub const fn new<Identity: IDebugEventCallbacksWide_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugEventCallbacksWide_Vtbl
impl RefUnwindSafe for IDebugEventCallbacksWide_Vtbl
impl Send for IDebugEventCallbacksWide_Vtbl
impl Sync for IDebugEventCallbacksWide_Vtbl
impl Unpin for IDebugEventCallbacksWide_Vtbl
impl UnwindSafe for IDebugEventCallbacksWide_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