#[repr(C)]
pub struct KDHELP { pub Thread: u32, pub ThCallbackStack: u32, pub NextCallback: u32, pub FramePointer: u32, pub KiCallUserMode: u32, pub KeUserCallbackDispatcher: u32, pub SystemRangeStart: u32, pub ThCallbackBStore: u32, pub KiUserExceptionDispatcher: u32, pub StackBase: u32, pub StackLimit: u32, pub Reserved: [u32; 5], }
Expand description

Required features: ‘Win32_System_Diagnostics_Debug’

Fields

Thread: u32ThCallbackStack: u32NextCallback: u32FramePointer: u32KiCallUserMode: u32KeUserCallbackDispatcher: u32SystemRangeStart: u32ThCallbackBStore: u32KiUserExceptionDispatcher: u32StackBase: u32StackLimit: u32Reserved: [u32; 5]

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

Performs the conversion.

Performs the conversion.

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.