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