Struct EXTSTACKTRACE64
#[repr(C)]pub struct EXTSTACKTRACE64 {
pub FramePointer: u64,
pub ProgramCounter: u64,
pub ReturnAddress: u64,
pub Args: [u64; 4],
}
Fields§
§FramePointer: u64
§ProgramCounter: u64
§ReturnAddress: u64
§Args: [u64; 4]
Trait Implementations§
§impl Clone for EXTSTACKTRACE64
impl Clone for EXTSTACKTRACE64
§fn clone(&self) -> EXTSTACKTRACE64
fn clone(&self) -> EXTSTACKTRACE64
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 moreimpl Copy for EXTSTACKTRACE64
Auto Trait Implementations§
impl Freeze for EXTSTACKTRACE64
impl RefUnwindSafe for EXTSTACKTRACE64
impl Send for EXTSTACKTRACE64
impl Sync for EXTSTACKTRACE64
impl Unpin for EXTSTACKTRACE64
impl UnwindSafe for EXTSTACKTRACE64
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