Struct windows_sys::Win32::System::Diagnostics::Debug::DebugStackFrameDescriptor
[−]#[repr(C)]pub struct DebugStackFrameDescriptor {
pub pdsf: IDebugStackFrame,
pub dwMin: u32,
pub dwLim: u32,
pub fFinal: BOOL,
pub punkFinal: IUnknown,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
pdsf: IDebugStackFrame
dwMin: u32
dwLim: u32
fFinal: BOOL
punkFinal: IUnknown
Trait Implementations
impl Clone for DebugStackFrameDescriptor
impl Clone for DebugStackFrameDescriptor
impl Copy for DebugStackFrameDescriptor
Auto Trait Implementations
impl RefUnwindSafe for DebugStackFrameDescriptor
impl !Send for DebugStackFrameDescriptor
impl !Sync for DebugStackFrameDescriptor
impl Unpin for DebugStackFrameDescriptor
impl UnwindSafe for DebugStackFrameDescriptor
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