#[repr(C)]pub struct KDHELP64 {Show 14 fields
pub Thread: DWORD64,
pub ThCallbackStack: DWORD,
pub ThCallbackBStore: DWORD,
pub NextCallback: DWORD,
pub FramePointer: DWORD,
pub KiCallUserMode: DWORD64,
pub KeUserCallbackDispatcher: DWORD64,
pub SystemRangeStart: DWORD64,
pub KiUserExceptionDispatcher: DWORD64,
pub StackBase: DWORD64,
pub StackLimit: DWORD64,
pub BuildVersion: DWORD,
pub Reserved0: DWORD,
pub Reserved1: [DWORD64; 4],
}
Fields§
§Thread: DWORD64
§ThCallbackStack: DWORD
§ThCallbackBStore: DWORD
§NextCallback: DWORD
§FramePointer: DWORD
§KiCallUserMode: DWORD64
§KeUserCallbackDispatcher: DWORD64
§SystemRangeStart: DWORD64
§KiUserExceptionDispatcher: DWORD64
§StackBase: DWORD64
§StackLimit: DWORD64
§BuildVersion: DWORD
§Reserved0: DWORD
§Reserved1: [DWORD64; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KDHELP64
impl RefUnwindSafe for KDHELP64
impl Send for KDHELP64
impl Sync for KDHELP64
impl Unpin for KDHELP64
impl UnwindSafe for KDHELP64
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