pub struct IFabricReplicatorBridge<E, R>where
E: Executor,
R: Replicator,{ /* private fields */ }
Expand description
bridge from safe service instance to com
Implementations§
Source§impl<E, R> IFabricReplicatorBridge<E, R>where
E: Executor,
R: Replicator,
impl<E, R> IFabricReplicatorBridge<E, R>where
E: Executor,
R: Replicator,
pub fn create(rplctr: R, rt: E) -> IFabricReplicatorBridge<E, R>
Trait Implementations§
Source§impl<E, R> AsImpl<IFabricReplicatorBridge<E, R>> for IFabricReplicatorwhere
E: Executor,
R: Replicator,
impl<E, R> AsImpl<IFabricReplicatorBridge<E, R>> for IFabricReplicatorwhere
E: Executor,
R: Replicator,
Source§impl<E, R> ComObjectInner for IFabricReplicatorBridge<E, R>where
E: Executor,
R: Replicator,
impl<E, R> ComObjectInner for IFabricReplicatorBridge<E, R>where
E: Executor,
R: Replicator,
Source§type Outer = IFabricReplicatorBridge_Impl<E, R>
type Outer = IFabricReplicatorBridge_Impl<E, R>
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).Source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
Source§impl<E, R> From<IFabricReplicatorBridge<E, R>> for IFabricReplicatorwhere
E: Executor,
R: Replicator,
impl<E, R> From<IFabricReplicatorBridge<E, R>> for IFabricReplicatorwhere
E: Executor,
R: Replicator,
Source§fn from(this: IFabricReplicatorBridge<E, R>) -> Self
fn from(this: IFabricReplicatorBridge<E, R>) -> Self
Converts to this type from the input type.
Source§impl<E, R> From<IFabricReplicatorBridge<E, R>> for IInspectablewhere
E: Executor,
R: Replicator,
impl<E, R> From<IFabricReplicatorBridge<E, R>> for IInspectablewhere
E: Executor,
R: Replicator,
Source§fn from(this: IFabricReplicatorBridge<E, R>) -> Self
fn from(this: IFabricReplicatorBridge<E, R>) -> Self
Converts to this type from the input type.
Source§impl<E, R> From<IFabricReplicatorBridge<E, R>> for IUnknownwhere
E: Executor,
R: Replicator,
impl<E, R> From<IFabricReplicatorBridge<E, R>> for IUnknownwhere
E: Executor,
R: Replicator,
Source§fn from(this: IFabricReplicatorBridge<E, R>) -> Self
fn from(this: IFabricReplicatorBridge<E, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E, R> Freeze for IFabricReplicatorBridge<E, R>where
E: Freeze,
impl<E, R> RefUnwindSafe for IFabricReplicatorBridge<E, R>where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<E, R> Send for IFabricReplicatorBridge<E, R>
impl<E, R> Sync for IFabricReplicatorBridge<E, R>
impl<E, R> Unpin for IFabricReplicatorBridge<E, R>where
E: Unpin,
impl<E, R> UnwindSafe for IFabricReplicatorBridge<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