Struct winapi::dbghelp::KDHELP64 [] [src]

pub struct KDHELP64 {
    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
ThCallbackStack
ThCallbackBStore
NextCallback
FramePointer
KiCallUserMode
KeUserCallbackDispatcher
SystemRangeStart
KiUserExceptionDispatcher
StackBase
StackLimit
BuildVersion
Reserved0
Reserved1

Trait Implementations

impl Copy for KDHELP64
[src]

impl Clone for KDHELP64
[src]

fn clone(&self) -> KDHELP64

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for KDHELP64
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.