pub struct IFabricReplicatorBridge<E>where
E: Executor,{ /* private fields */ }Expand description
bridge from safe service instance to com
Implementations§
Source§impl<E> IFabricReplicatorBridge<E>where
E: Executor,
impl<E> IFabricReplicatorBridge<E>where
E: Executor,
pub fn create(rplctr: Box<dyn IReplicator>, rt: E) -> IFabricReplicatorBridge<E>
Trait Implementations§
Source§impl<E> AsImpl<IFabricReplicatorBridge<E>> for IFabricReplicatorwhere
E: Executor,
impl<E> AsImpl<IFabricReplicatorBridge<E>> for IFabricReplicatorwhere
E: Executor,
Source§impl<E> ComObjectInner for IFabricReplicatorBridge<E>where
E: Executor,
impl<E> ComObjectInner for IFabricReplicatorBridge<E>where
E: Executor,
Source§type Outer = IFabricReplicatorBridge_Impl<E>
type Outer = IFabricReplicatorBridge_Impl<E>
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> From<IFabricReplicatorBridge<E>> for IFabricReplicatorwhere
E: Executor,
impl<E> From<IFabricReplicatorBridge<E>> for IFabricReplicatorwhere
E: Executor,
Source§fn from(this: IFabricReplicatorBridge<E>) -> Self
fn from(this: IFabricReplicatorBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<IFabricReplicatorBridge<E>> for IInspectablewhere
E: Executor,
impl<E> From<IFabricReplicatorBridge<E>> for IInspectablewhere
E: Executor,
Source§fn from(this: IFabricReplicatorBridge<E>) -> Self
fn from(this: IFabricReplicatorBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<IFabricReplicatorBridge<E>> for IUnknownwhere
E: Executor,
impl<E> From<IFabricReplicatorBridge<E>> for IUnknownwhere
E: Executor,
Source§fn from(this: IFabricReplicatorBridge<E>) -> Self
fn from(this: IFabricReplicatorBridge<E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> Freeze for IFabricReplicatorBridge<E>where
E: Freeze,
impl<E> !RefUnwindSafe for IFabricReplicatorBridge<E>
impl<E> Send for IFabricReplicatorBridge<E>
impl<E> Sync for IFabricReplicatorBridge<E>
impl<E> Unpin for IFabricReplicatorBridge<E>where
E: Unpin,
impl<E> UnsafeUnpin for IFabricReplicatorBridge<E>where
E: UnsafeUnpin,
impl<E> !UnwindSafe for IFabricReplicatorBridge<E>
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