// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Devices_I2c_1_H #define WINRT_Windows_Devices_I2c_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Devices.I2c.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::I2c { struct WINRT_IMPL_EMPTY_BASES II2cConnectionSettings : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cConnectionSettings(std::nullptr_t = nullptr) noexcept {} II2cConnectionSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cConnectionSettingsFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cConnectionSettingsFactory(std::nullptr_t = nullptr) noexcept {} II2cConnectionSettingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cController : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cController(std::nullptr_t = nullptr) noexcept {} II2cController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cControllerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cControllerStatics(std::nullptr_t = nullptr) noexcept {} II2cControllerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cDevice : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { II2cDevice(std::nullptr_t = nullptr) noexcept {} II2cDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES II2cDeviceStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { II2cDeviceStatics(std::nullptr_t = nullptr) noexcept {} II2cDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif