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

#[repr(C)]
pub struct STACKFRAME_EX { pub AddrPC: ADDRESS64, pub AddrReturn: ADDRESS64, pub AddrFrame: ADDRESS64, pub AddrStack: ADDRESS64, pub AddrBStore: ADDRESS64, pub FuncTableEntry: PVOID, pub Params: [DWORD64; 4], pub Far: BOOL, pub Virtual: BOOL, pub Reserved: [DWORD64; 3], pub KdHelp: KDHELP64, pub StackFrameSize: DWORD, pub InlineFrameContext: DWORD, }

Fields

AddrPC: ADDRESS64AddrReturn: ADDRESS64AddrFrame: ADDRESS64AddrStack: ADDRESS64AddrBStore: ADDRESS64FuncTableEntry: PVOIDParams: [DWORD64; 4]Far: BOOLVirtual: BOOLReserved: [DWORD64; 3]KdHelp: KDHELP64StackFrameSize: DWORDInlineFrameContext: DWORD

Trait Implementations

impl Copy for STACKFRAME_EX[src]

impl Clone for STACKFRAME_EX[src]

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

Performs copy-assignment from source. Read more

impl Default for STACKFRAME_EX[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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