#[repr(C)]pub struct KDHELP {
pub Thread: DWORD,
pub ThCallbackStack: DWORD,
pub NextCallback: DWORD,
pub FramePointer: DWORD,
pub KiCallUserMode: DWORD,
pub KeUserCallbackDispatcher: DWORD,
pub SystemRangeStart: DWORD,
pub ThCallbackBStore: DWORD,
pub KiUserExceptionDispatcher: DWORD,
pub StackBase: DWORD,
pub StackLimit: DWORD,
pub Reserved: [DWORD; 5],
}
Fields§
§Thread: DWORD
§ThCallbackStack: DWORD
§NextCallback: DWORD
§FramePointer: DWORD
§KiCallUserMode: DWORD
§KeUserCallbackDispatcher: DWORD
§SystemRangeStart: DWORD
§ThCallbackBStore: DWORD
§KiUserExceptionDispatcher: DWORD
§StackBase: DWORD
§StackLimit: DWORD
§Reserved: [DWORD; 5]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KDHELP
impl RefUnwindSafe for KDHELP
impl Send for KDHELP
impl Sync for KDHELP
impl Unpin for KDHELP
impl UnwindSafe for KDHELP
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