#[repr(C)]
pub struct WINDBG_EXTENSION_APIS32 { pub nSize: u32, pub lpOutputRoutine: PWINDBG_OUTPUT_ROUTINE, pub lpGetExpressionRoutine: PWINDBG_GET_EXPRESSION32, pub lpGetSymbolRoutine: PWINDBG_GET_SYMBOL32, pub lpDisasmRoutine: PWINDBG_DISASM32, pub lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_C, pub lpReadProcessMemoryRoutine: PWINDBG_READ_PROCESS_MEMORY_ROUTINE32, pub lpWriteProcessMemoryRoutine: PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32, pub lpGetThreadContextRoutine: PWINDBG_GET_THREAD_CONTEXT_ROUTINE, pub lpSetThreadContextRoutine: PWINDBG_SET_THREAD_CONTEXT_ROUTINE, pub lpIoctlRoutine: PWINDBG_IOCTL_ROUTINE, pub lpStackTraceRoutine: PWINDBG_STACKTRACE_ROUTINE32, }
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_System_Kernel"

Fields

nSize: u32lpOutputRoutine: PWINDBG_OUTPUT_ROUTINElpGetExpressionRoutine: PWINDBG_GET_EXPRESSION32lpGetSymbolRoutine: PWINDBG_GET_SYMBOL32lpDisasmRoutine: PWINDBG_DISASM32lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_ClpReadProcessMemoryRoutine: PWINDBG_READ_PROCESS_MEMORY_ROUTINE32lpWriteProcessMemoryRoutine: PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32lpGetThreadContextRoutine: PWINDBG_GET_THREAD_CONTEXT_ROUTINElpSetThreadContextRoutine: PWINDBG_SET_THREAD_CONTEXT_ROUTINElpIoctlRoutine: PWINDBG_IOCTL_ROUTINElpStackTraceRoutine: PWINDBG_STACKTRACE_ROUTINE32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.