Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)