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

#[repr(C)]
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: DWORD64ThCallbackStack: DWORDThCallbackBStore: DWORDNextCallback: DWORDFramePointer: DWORDKiCallUserMode: DWORD64KeUserCallbackDispatcher: DWORD64SystemRangeStart: DWORD64KiUserExceptionDispatcher: DWORD64StackBase: DWORD64StackLimit: DWORD64BuildVersion: DWORDReserved0: DWORDReserved1: [DWORD64; 4]

Trait Implementations

impl Copy for KDHELP64[src]

impl Clone for KDHELP64[src]

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

Performs copy-assignment from source. Read more

impl Default for KDHELP64[src]

Auto Trait Implementations

impl Unpin for KDHELP64

impl Send for KDHELP64

impl Sync for KDHELP64

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]