Struct windows_sys::Win32::System::Diagnostics::Debug::STACK_SYM_FRAME_INFO
[−]#[repr(C)]pub struct STACK_SYM_FRAME_INFO {
pub StackFrameEx: DEBUG_STACK_FRAME_EX,
pub SrcInfo: STACK_SRC_INFO,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
StackFrameEx: DEBUG_STACK_FRAME_EX
SrcInfo: STACK_SRC_INFO
Trait Implementations
impl Clone for STACK_SYM_FRAME_INFO
impl Clone for STACK_SYM_FRAME_INFO
impl Copy for STACK_SYM_FRAME_INFO
Auto Trait Implementations
impl RefUnwindSafe for STACK_SYM_FRAME_INFO
impl !Send for STACK_SYM_FRAME_INFO
impl !Sync for STACK_SYM_FRAME_INFO
impl Unpin for STACK_SYM_FRAME_INFO
impl UnwindSafe for STACK_SYM_FRAME_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more