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