Trait IResourceManager2_Impl
pub trait IResourceManager2_Impl: IResourceManager_Impl {
// Required methods
fn Enlist2(
&self,
ptransaction: Ref<'_, ITransaction>,
presasync: Ref<'_, ITransactionResourceAsync>,
puow: *mut BOID,
pisolevel: *mut i32,
pxid: *mut XID,
ppenlist: OutRef<'_, ITransactionEnlistmentAsync>,
) -> Result<()>;
fn Reenlist2(&self, pxid: *const XID, dwtimeout: u32) -> Result<XACTSTAT>;
}
Required Methods§
fn Enlist2( &self, ptransaction: Ref<'_, ITransaction>, presasync: Ref<'_, ITransactionResourceAsync>, puow: *mut BOID, pisolevel: *mut i32, pxid: *mut XID, ppenlist: OutRef<'_, ITransactionEnlistmentAsync>, ) -> Result<()>
fn Reenlist2(&self, pxid: *const XID, dwtimeout: u32) -> Result<XACTSTAT>
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.