#[repr(C)]pub struct IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,{ /* private fields */ }
Trait Implementations§
source§impl<E, R> ComObjectInterface<IFabricStatefulServiceReplica> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> ComObjectInterface<IFabricStatefulServiceReplica> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
source§fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricStatefulServiceReplica>
fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricStatefulServiceReplica>
Gets a borrowed interface that is implemented by
T
.source§impl<E, R> ComObjectInterface<IInspectable> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> ComObjectInterface<IInspectable> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
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 IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> ComObjectInterface<IUnknown> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
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> Deref for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> Deref for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
Auto Trait Implementations§
impl<E, R> !Freeze for IFabricStatefulServiceReplicaBridge_Impl<E, R>
impl<E, R> RefUnwindSafe for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<E, R> Send for IFabricStatefulServiceReplicaBridge_Impl<E, R>
impl<E, R> Sync for IFabricStatefulServiceReplicaBridge_Impl<E, R>
impl<E, R> Unpin for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Unpin,
impl<E, R> UnwindSafe for IFabricStatefulServiceReplicaBridge_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