pub struct SelfReconfiguringServiceFactoryBridge<E>where
E: Executor + 'static,{ /* private fields */ }Implementations§
Source§impl<E> SelfReconfiguringServiceFactoryBridge<E>where
E: Executor,
impl<E> SelfReconfiguringServiceFactoryBridge<E>where
E: Executor,
pub fn create( factory: Box<dyn ISelfReconfiguringServiceFactory>, rt: E, ) -> SelfReconfiguringServiceFactoryBridge<E>
Trait Implementations§
Source§impl<E> AsImpl<SelfReconfiguringServiceFactoryBridge<E>> for IFabricSelfReconfiguringServiceFactorywhere
E: Executor + 'static,
impl<E> AsImpl<SelfReconfiguringServiceFactoryBridge<E>> for IFabricSelfReconfiguringServiceFactorywhere
E: Executor + 'static,
Source§impl<E> ComObjectInner for SelfReconfiguringServiceFactoryBridge<E>where
E: Executor + 'static,
impl<E> ComObjectInner for SelfReconfiguringServiceFactoryBridge<E>where
E: Executor + 'static,
Source§type Outer = SelfReconfiguringServiceFactoryBridge_Impl<E>
type Outer = SelfReconfiguringServiceFactoryBridge_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<SelfReconfiguringServiceFactoryBridge<E>> for IUnknownwhere
E: Executor + 'static,
impl<E> From<SelfReconfiguringServiceFactoryBridge<E>> for IUnknownwhere
E: Executor + 'static,
Source§fn from(this: SelfReconfiguringServiceFactoryBridge<E>) -> Self
fn from(this: SelfReconfiguringServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<SelfReconfiguringServiceFactoryBridge<E>> for IInspectablewhere
E: Executor + 'static,
impl<E> From<SelfReconfiguringServiceFactoryBridge<E>> for IInspectablewhere
E: Executor + 'static,
Source§fn from(this: SelfReconfiguringServiceFactoryBridge<E>) -> Self
fn from(this: SelfReconfiguringServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<SelfReconfiguringServiceFactoryBridge<E>> for IFabricSelfReconfiguringServiceFactorywhere
E: Executor + 'static,
impl<E> From<SelfReconfiguringServiceFactoryBridge<E>> for IFabricSelfReconfiguringServiceFactorywhere
E: Executor + 'static,
Source§fn from(this: SelfReconfiguringServiceFactoryBridge<E>) -> Self
fn from(this: SelfReconfiguringServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> !RefUnwindSafe for SelfReconfiguringServiceFactoryBridge<E>
impl<E> !UnwindSafe for SelfReconfiguringServiceFactoryBridge<E>
impl<E> Freeze for SelfReconfiguringServiceFactoryBridge<E>where
E: Freeze,
impl<E> Send for SelfReconfiguringServiceFactoryBridge<E>
impl<E> Sync for SelfReconfiguringServiceFactoryBridge<E>
impl<E> Unpin for SelfReconfiguringServiceFactoryBridge<E>where
E: Unpin,
impl<E> UnsafeUnpin for SelfReconfiguringServiceFactoryBridge<E>where
E: UnsafeUnpin,
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