Trait IDebugApplicationThread11064_Impl
pub trait IDebugApplicationThread11064_Impl: IUnknownImpl {
// Required methods
fn GetActiveThreadRequestCount(&self) -> Result<u32>;
fn IsSuspendedForBreakPoint(&self) -> Result<BOOL>;
fn IsThreadCallable(&self) -> Result<BOOL>;
fn AsynchronousCallIntoThread(
&self,
pptc: Ref<'_, IDebugThreadCall64>,
dwparam1: usize,
dwparam2: usize,
dwparam3: usize,
) -> Result<()>;
}
Required Methods§
fn GetActiveThreadRequestCount(&self) -> Result<u32>
fn IsSuspendedForBreakPoint(&self) -> Result<BOOL>
fn IsThreadCallable(&self) -> Result<BOOL>
fn AsynchronousCallIntoThread( &self, pptc: Ref<'_, IDebugThreadCall64>, dwparam1: usize, dwparam2: usize, dwparam3: usize, ) -> 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.