windows::Win32::System::ComponentServices

Trait IMTSActivity_Impl

pub trait IMTSActivity_Impl: IUnknownImpl {
    // Required methods
    fn SynchronousCall(&self, pcall: Ref<'_, IMTSCall>) -> Result<()>;
    fn AsyncCall(&self, pcall: Ref<'_, IMTSCall>) -> Result<()>;
    fn Reserved1(&self);
    fn BindToCurrentThread(&self) -> Result<()>;
    fn UnbindFromThread(&self) -> Result<()>;
}

Required Methods§

fn SynchronousCall(&self, pcall: Ref<'_, IMTSCall>) -> Result<()>

fn AsyncCall(&self, pcall: Ref<'_, IMTSCall>) -> Result<()>

fn Reserved1(&self)

fn BindToCurrentThread(&self) -> Result<()>

fn UnbindFromThread(&self) -> 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.

Implementors§