#[repr(C)]
pub struct KDHELP64 {
Show 17 fields pub Thread: u64, pub ThCallbackStack: u32, pub ThCallbackBStore: u32, pub NextCallback: u32, pub FramePointer: u32, pub KiCallUserMode: u64, pub KeUserCallbackDispatcher: u64, pub SystemRangeStart: u64, pub KiUserExceptionDispatcher: u64, pub StackBase: u64, pub StackLimit: u64, pub BuildVersion: u32, pub RetpolineStubFunctionTableSize: u32, pub RetpolineStubFunctionTable: u64, pub RetpolineStubOffset: u32, pub RetpolineStubSize: u32, pub Reserved0: [u64; 2],
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields§

§Thread: u64§ThCallbackStack: u32§ThCallbackBStore: u32§NextCallback: u32§FramePointer: u32§KiCallUserMode: u64§KeUserCallbackDispatcher: u64§SystemRangeStart: u64§KiUserExceptionDispatcher: u64§StackBase: u64§StackLimit: u64§BuildVersion: u32§RetpolineStubFunctionTableSize: u32§RetpolineStubFunctionTable: u64§RetpolineStubOffset: u32§RetpolineStubSize: u32§Reserved0: [u64; 2]

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.