#[repr(C)]pub struct IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,{ /* private fields */ }
Trait Implementations§
Source§impl<E, R> ComObjectInterface<IFabricReplicator> for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
impl<E, R> ComObjectInterface<IFabricReplicator> for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricReplicator>
fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricReplicator>
Gets a borrowed interface that is implemented by
T
.Source§impl<E, R> ComObjectInterface<IInspectable> for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
impl<E, R> ComObjectInterface<IInspectable> for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
Gets a borrowed interface that is implemented by
T
.Source§impl<E, R> ComObjectInterface<IUnknown> for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
impl<E, R> ComObjectInterface<IUnknown> for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
Gets a borrowed interface that is implemented by
T
.Source§impl<E, R> IFabricReplicator_Impl for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
impl<E, R> IFabricReplicator_Impl for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
fn BeginOpen( &self, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndOpen( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<IFabricStringResult>
fn BeginChangeRole( &self, epoch: *const FABRIC_EPOCH, role: FABRIC_REPLICA_ROLE, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndChangeRole( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<()>
fn BeginUpdateEpoch( &self, epoch: *const FABRIC_EPOCH, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndUpdateEpoch( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<()>
fn BeginClose( &self, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndClose( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<()>
fn Abort(&self)
fn GetCurrentProgress(&self) -> WinResult<i64>
fn GetCatchUpCapability(&self) -> WinResult<i64>
Source§impl<E, R> Deref for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
impl<E, R> Deref for IFabricReplicatorBridge_Impl<E, R>where
E: Executor,
R: Replicator,
Auto Trait Implementations§
impl<E, R> !Freeze for IFabricReplicatorBridge_Impl<E, R>
impl<E, R> RefUnwindSafe for IFabricReplicatorBridge_Impl<E, R>where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<E, R> Send for IFabricReplicatorBridge_Impl<E, R>
impl<E, R> Sync for IFabricReplicatorBridge_Impl<E, R>
impl<E, R> Unpin for IFabricReplicatorBridge_Impl<E, R>where
E: Unpin,
impl<E, R> UnwindSafe for IFabricReplicatorBridge_Impl<E, R>where
E: UnwindSafe,
R: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more