Struct STACKFRAME64
#[repr(C)]pub struct STACKFRAME64 {
pub AddrPC: ADDRESS64,
pub AddrReturn: ADDRESS64,
pub AddrFrame: ADDRESS64,
pub AddrStack: ADDRESS64,
pub AddrBStore: ADDRESS64,
pub FuncTableEntry: *mut c_void,
pub Params: [u64; 4],
pub Far: BOOL,
pub Virtual: BOOL,
pub Reserved: [u64; 3],
pub KdHelp: KDHELP64,
}
Fields§
§AddrPC: ADDRESS64
§AddrReturn: ADDRESS64
§AddrFrame: ADDRESS64
§AddrStack: ADDRESS64
§AddrBStore: ADDRESS64
§FuncTableEntry: *mut c_void
§Params: [u64; 4]
§Far: BOOL
§Virtual: BOOL
§Reserved: [u64; 3]
§KdHelp: KDHELP64
Trait Implementations§
§impl Clone for STACKFRAME64
impl Clone for STACKFRAME64
§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 more§impl Debug for STACKFRAME64
impl Debug for STACKFRAME64
§impl Default for STACKFRAME64
impl Default for STACKFRAME64
§impl PartialEq for STACKFRAME64
impl PartialEq for STACKFRAME64
impl Copy for STACKFRAME64
impl StructuralPartialEq 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