[][src]Trait winrt::RtActivatable

pub trait RtActivatable<Interface>: RtNamedClass {
    fn get_activation_factory() -> ComPtr<Interface>
    where
        Interface: RtInterface + ComIid
, { ... } }

Provided methods

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid

Returns a factory object to create instances of this class or to call static methods.

Loading content...

Implementors

impl RtActivatable<IActivationFactory> for PropertySet[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IActivationFactory> for StringMap[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IActivationFactory> for ValueSet[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IActivationFactory> for LoggingChannelOptions[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IActivationFactory> for LoggingFields[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IActivationFactory> for LoggingOptions[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IActivationFactory> for RuntimeBrokerErrorSettings[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IAsyncCausalityTracerStatics> for AsyncCausalityTracer[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IErrorDetailsStatics> for ErrorDetails[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IFileLoggingSessionFactory> for FileLoggingSession[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<ILoggingActivityFactory> for LoggingActivity[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<ILoggingChannelFactory> for LoggingChannel[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<ILoggingChannelFactory2> for LoggingChannel[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<ILoggingChannelOptionsFactory> for LoggingChannelOptions[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<ILoggingOptionsFactory> for LoggingOptions[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<ILoggingSessionFactory> for LoggingSession[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IApiInformationStatics> for ApiInformation[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IDeferralFactory> for Deferral[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IGuidHelperStatics> for GuidHelper[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IMemoryBufferFactory> for MemoryBuffer[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IPropertyValueStatics> for PropertyValue[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IUriEscapeStatics> for Uri[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IUriRuntimeClassFactory> for Uri[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

impl RtActivatable<IWwwFormUrlDecoderRuntimeClassFactory> for WwwFormUrlDecoder[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

Loading content...