Trait IDebugApplicationThread64_Impl
pub trait IDebugApplicationThread64_Impl: IDebugApplicationThread_Impl {
// Required method
fn SynchronousCallIntoThread64(
&self,
pstcb: Ref<'_, IDebugThreadCall64>,
dwparam1: u64,
dwparam2: u64,
dwparam3: u64,
) -> Result<()>;
}
Required Methods§
fn SynchronousCallIntoThread64( &self, pstcb: Ref<'_, IDebugThreadCall64>, dwparam1: u64, dwparam2: u64, dwparam3: u64, ) -> 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.