Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::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_Foundation"
Fields§
§StackFrameEx: DEBUG_STACK_FRAME_EX§SrcInfo: STACK_SRC_INFOTrait 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§
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