Trait IDebugStackFrame_Impl
pub trait IDebugStackFrame_Impl: IUnknownImpl {
// Required methods
fn GetCodeContext(&self) -> Result<IDebugCodeContext>;
fn GetDescriptionString(&self, flong: BOOL) -> Result<BSTR>;
fn GetLanguageString(&self, flong: BOOL) -> Result<BSTR>;
fn GetThread(&self) -> Result<IDebugApplicationThread>;
fn GetDebugProperty(&self) -> Result<IDebugProperty>;
}
Required Methods§
fn GetCodeContext(&self) -> Result<IDebugCodeContext>
fn GetDescriptionString(&self, flong: BOOL) -> Result<BSTR>
fn GetLanguageString(&self, flong: BOOL) -> Result<BSTR>
fn GetThread(&self) -> Result<IDebugApplicationThread>
fn GetDebugProperty(&self) -> Result<IDebugProperty>
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.