blob: 14112ae4476a5c34d198b6939f21646149d2d6e6 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/llcpp/internal/display_error.h>
#include <lib/fidl/llcpp/traits.h>
#include <lib/stdcompat/optional.h>
#include <cinttypes>
namespace test_handlesintypes {
enum class ObjType : uint32_t {
kNone = 0u,
kVmo = 3u,
};
} // namespace test_handlesintypes
template <>
struct fidl::internal::DisplayError<::test_handlesintypes::ObjType> {
static size_t Format(const ::test_handlesintypes::ObjType& value, char* destination, size_t capacity);
};
namespace fidl {
template <>
struct IsFidlType<::test_handlesintypes::ObjType> : public std::true_type {};
template <>
struct ContainsHandle<::test_handlesintypes::ObjType> : public std::false_type {};
} // namespace fidl