windows::Win32::System::DistributedTransactionCoordinator

Trait ITransactionOptions_Impl

pub trait ITransactionOptions_Impl: IUnknownImpl {
    // Required methods
    fn SetOptions(&self, poptions: *const XACTOPT) -> Result<()>;
    fn GetOptions(&self, poptions: *mut XACTOPT) -> Result<()>;
}

Required Methods§

fn SetOptions(&self, poptions: *const XACTOPT) -> Result<()>

fn GetOptions(&self, poptions: *mut XACTOPT) -> 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§