[][src]Trait winrt::RtInterface

pub unsafe trait RtInterface: ComInterface { }

Marker trait for all Windows Runtime interfaces. They must inherit from IInspectable.

Implementors

impl RtInterface for IActivationFactory[src]

impl RtInterface for IInspectable[src]

impl RtInterface for IMemoryBufferByteAccess[src]

impl RtInterface for IPropertySet[src]

impl RtInterface for IVectorChangedEventArgs[src]

impl RtInterface for PropertySet[src]

impl RtInterface for StringMap[src]

impl RtInterface for ValueSet[src]

impl RtInterface for ErrorDetails[src]

impl RtInterface for FileLoggingSession[src]

impl RtInterface for IAsyncCausalityTracerStatics[src]

impl RtInterface for IErrorDetails[src]

impl RtInterface for IErrorDetailsStatics[src]

impl RtInterface for IErrorReportingSettings[src]

impl RtInterface for IFileLoggingSession[src]

impl RtInterface for IFileLoggingSessionFactory[src]

impl RtInterface for ILogFileGeneratedEventArgs[src]

impl RtInterface for ILoggingActivity[src]

impl RtInterface for ILoggingActivity2[src]

impl RtInterface for ILoggingActivityFactory[src]

impl RtInterface for ILoggingChannel[src]

impl RtInterface for ILoggingChannel2[src]

impl RtInterface for ILoggingChannelFactory[src]

impl RtInterface for ILoggingChannelFactory2[src]

impl RtInterface for ILoggingChannelOptions[src]

impl RtInterface for ILoggingChannelOptionsFactory[src]

impl RtInterface for ILoggingFields[src]

impl RtInterface for ILoggingOptions[src]

impl RtInterface for ILoggingOptionsFactory[src]

impl RtInterface for ILoggingSession[src]

impl RtInterface for ILoggingSessionFactory[src]

impl RtInterface for ILoggingTarget[src]

impl RtInterface for ITracingStatusChangedEventArgs[src]

impl RtInterface for LogFileGeneratedEventArgs[src]

impl RtInterface for LoggingActivity[src]

impl RtInterface for LoggingChannel[src]

impl RtInterface for LoggingChannelOptions[src]

impl RtInterface for LoggingFields[src]

impl RtInterface for LoggingOptions[src]

impl RtInterface for LoggingSession[src]

impl RtInterface for RuntimeBrokerErrorSettings[src]

impl RtInterface for TracingStatusChangedEventArgs[src]

impl RtInterface for IApiInformationStatics[src]

impl RtInterface for Deferral[src]

impl RtInterface for IAsyncAction[src]

impl RtInterface for IAsyncInfo[src]

impl RtInterface for IClosable[src]

impl RtInterface for IDeferral[src]

impl RtInterface for IDeferralFactory[src]

impl RtInterface for IGetActivationFactory[src]

impl RtInterface for IGuidHelperStatics[src]

impl RtInterface for IMemoryBuffer[src]

impl RtInterface for IMemoryBufferFactory[src]

impl RtInterface for IMemoryBufferReference[src]

impl RtInterface for IPropertyValue[src]

impl RtInterface for IPropertyValueStatics[src]

impl RtInterface for IStringable[src]

impl RtInterface for IUriEscapeStatics[src]

impl RtInterface for IUriRuntimeClass[src]

impl RtInterface for IUriRuntimeClassFactory[src]

impl RtInterface for IUriRuntimeClassWithAbsoluteCanonicalUri[src]

impl RtInterface for IWwwFormUrlDecoderEntry[src]

impl RtInterface for IWwwFormUrlDecoderRuntimeClass[src]

impl RtInterface for IWwwFormUrlDecoderRuntimeClassFactory[src]

impl RtInterface for MemoryBuffer[src]

impl RtInterface for Uri[src]

impl RtInterface for WwwFormUrlDecoder[src]

impl RtInterface for WwwFormUrlDecoderEntry[src]

impl<K: RtType> RtInterface for IMapChangedEventArgs<K>[src]

impl<K: RtType, V: RtType> RtInterface for IKeyValuePair<K, V>[src]

impl<K: RtType, V: RtType> RtInterface for IMap<K, V>[src]

impl<K: RtType, V: RtType> RtInterface for IMapView<K, V>[src]

impl<K: RtType, V: RtType> RtInterface for IObservableMap<K, V>[src]

impl<T: RtType> RtInterface for IIterable<T>[src]

impl<T: RtType> RtInterface for IIterator<T>[src]

impl<T: RtType> RtInterface for IObservableVector<T>[src]

impl<T: RtType> RtInterface for IVector<T>[src]

impl<T: RtType> RtInterface for IVectorView<T>[src]

impl<T: RtType> RtInterface for IReference<T>[src]

impl<T: RtType> RtInterface for IReferenceArray<T>[src]

impl<TProgress: RtType> RtInterface for IAsyncActionWithProgress<TProgress>[src]

impl<TResult: RtType> RtInterface for IAsyncOperation<TResult>[src]

impl<TResult: RtType, TProgress: RtType> RtInterface for IAsyncOperationWithProgress<TResult, TProgress>[src]

Loading content...