#[repr(C)]pub struct STACKFRAME64 {
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,
}
Fields§
§AddrPC: ADDRESS64
§AddrReturn: ADDRESS64
§AddrFrame: ADDRESS64
§AddrStack: ADDRESS64
§AddrBStore: ADDRESS64
§FuncTableEntry: PVOID
§Params: [DWORD64; 4]
§Far: BOOL
§Virtual: BOOL
§Reserved: [DWORD64; 3]
§KdHelp: KDHELP64
Trait Implementations§
Source§impl Clone for STACKFRAME64
impl Clone for STACKFRAME64
Source§fn clone(&self) -> STACKFRAME64
fn clone(&self) -> STACKFRAME64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for STACKFRAME64
impl Default for STACKFRAME64
Source§fn default() -> STACKFRAME64
fn default() -> STACKFRAME64
Returns the “default value” for a type. Read more
impl Copy for STACKFRAME64
Auto Trait Implementations§
impl Freeze for STACKFRAME64
impl RefUnwindSafe for STACKFRAME64
impl !Send for STACKFRAME64
impl !Sync for STACKFRAME64
impl Unpin for STACKFRAME64
impl UnwindSafe for STACKFRAME64
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