enum class and enum struct are the same (emphasis mine).
7.2 Enumeration declarations
…
2 …. The enum-keysenum classandenum structare semantically equivalent;
an enumeration type declared with one of these is a scoped enumeration, and its enumerators are scoped
enumerators.