pub trait IRemoteDebugApplication110_Impl: Sized {
// 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>
Object Safety§
This trait is not object safe.