Struct DebugStackFrameDescriptor64
#[repr(C)]pub struct DebugStackFrameDescriptor64 {
pub pdsf: ManuallyDrop<Option<IDebugStackFrame>>,
pub dwMin: u64,
pub dwLim: u64,
pub fFinal: BOOL,
pub punkFinal: ManuallyDrop<Option<IUnknown>>,
}
Fields§
§pdsf: ManuallyDrop<Option<IDebugStackFrame>>
§dwMin: u64
§dwLim: u64
§fFinal: BOOL
§punkFinal: ManuallyDrop<Option<IUnknown>>
Trait Implementations§
§impl Clone for DebugStackFrameDescriptor64
impl Clone for DebugStackFrameDescriptor64
§fn clone(&self) -> DebugStackFrameDescriptor64
fn clone(&self) -> DebugStackFrameDescriptor64
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 more§impl Debug for DebugStackFrameDescriptor64
impl Debug for DebugStackFrameDescriptor64
§impl Default for DebugStackFrameDescriptor64
impl Default for DebugStackFrameDescriptor64
§impl PartialEq for DebugStackFrameDescriptor64
impl PartialEq for DebugStackFrameDescriptor64
impl StructuralPartialEq for DebugStackFrameDescriptor64
Auto Trait Implementations§
impl Freeze for DebugStackFrameDescriptor64
impl RefUnwindSafe for DebugStackFrameDescriptor64
impl !Send for DebugStackFrameDescriptor64
impl !Sync for DebugStackFrameDescriptor64
impl Unpin for DebugStackFrameDescriptor64
impl UnwindSafe for DebugStackFrameDescriptor64
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