// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Devices_I2c_Provider_1_H #define WINRT_Windows_Devices_I2c_Provider_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Devices.I2c.Provider.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::I2c::Provider { struct WINRT_IMPL_EMPTY_BASES II2cControllerProvider : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cControllerProvider(std::nullptr_t = nullptr) noexcept {} II2cControllerProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cDeviceProvider : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { II2cDeviceProvider(std::nullptr_t = nullptr) noexcept {} II2cDeviceProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cProvider : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cProvider(std::nullptr_t = nullptr) noexcept {} II2cProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IProviderI2cConnectionSettings : winrt::Windows::Foundation::IInspectable, impl::consume_t { IProviderI2cConnectionSettings(std::nullptr_t = nullptr) noexcept {} IProviderI2cConnectionSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif