Trait IRemoteDebugApplication110_Impl
pub trait IRemoteDebugApplication110_Impl: IUnknownImpl {
// Required methods
fn SetDebuggerOptions(
&self,
mask: SCRIPT_DEBUGGER_OPTIONS,
value: SCRIPT_DEBUGGER_OPTIONS,
) -> Result<()>;
fn GetCurrentDebuggerOptions(&self) -> Result<SCRIPT_DEBUGGER_OPTIONS>;
fn GetMainThread(&self) -> Result<IRemoteDebugApplicationThread>;
}
Required Methods§
fn SetDebuggerOptions( &self, mask: SCRIPT_DEBUGGER_OPTIONS, value: SCRIPT_DEBUGGER_OPTIONS, ) -> Result<()>
fn GetCurrentDebuggerOptions(&self) -> Result<SCRIPT_DEBUGGER_OPTIONS>
fn GetMainThread(&self) -> Result<IRemoteDebugApplicationThread>
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.