#[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: u64ThCallbackStack: u32ThCallbackBStore: u32NextCallback: u32FramePointer: u32KiCallUserMode: u64KeUserCallbackDispatcher: u64SystemRangeStart: u64KiUserExceptionDispatcher: u64StackBase: u64StackLimit: u64BuildVersion: u32RetpolineStubFunctionTableSize: u32RetpolineStubFunctionTable: u64RetpolineStubOffset: u32RetpolineStubSize: u32Reserved0: [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.