Trait IEnumDebugStackFrames64_Impl
pub trait IEnumDebugStackFrames64_Impl: IEnumDebugStackFrames_Impl {
// Required method
fn Next64(
&self,
celt: u32,
prgdsfd: *mut DebugStackFrameDescriptor64,
pceltfetched: *mut u32,
) -> Result<()>;
}
Required Methods§
fn Next64( &self, celt: u32, prgdsfd: *mut DebugStackFrameDescriptor64, pceltfetched: *mut u32, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.